提交 24db9d87 authored 作者: Thomas Mueller's avatar Thomas Mueller

Fix equals (currently not called).

上级 8fc1b7bd
...@@ -325,7 +325,7 @@ public class ValueLobDb extends Value implements Value.ValueClob, Value.ValueBlo ...@@ -325,7 +325,7 @@ public class ValueLobDb extends Value implements Value.ValueClob, Value.ValueBlo
} }
public boolean equals(Object other) { public boolean equals(Object other) {
return other instanceof ValueLob && compareSecure((Value) other, null) == 0; return other instanceof ValueLobDb && compareSecure((Value) other, null) == 0;
} }
public boolean isFileBased() { public boolean isFileBased() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论