提交 29744656 authored 作者: Thomas Mueller's avatar Thomas Mueller

Some CLOB and BLOB values could no longer be read when the original row was…

Some CLOB and BLOB values could no longer be read when the original row was removed (even when using the MVCC mode).
上级 36d017c4
...@@ -2135,7 +2135,7 @@ public class Database implements DataHandler { ...@@ -2135,7 +2135,7 @@ public class Database implements DataHandler {
@Override @Override
public int getMaxLengthInplaceLob() { public int getMaxLengthInplaceLob() {
return persistent ? maxLengthInplaceLob : Integer.MAX_VALUE; return maxLengthInplaceLob;
} }
public void setIgnoreCase(boolean b) { public void setIgnoreCase(boolean b) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论