Skip to content

Commit 50ef3d7

Browse files
author
lucaijun
committed
AJ-445: fix bug of the connection of database disconnected when BasicSymbolVector setNull
1 parent 1e67d8b commit 50ef3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/xxdb/data/BasicSymbolVector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public boolean isNull(int index) {
206206

207207
@Override
208208
public void setNull(int index) {
209-
values[index] = 0;
209+
setString(index,"");
210210
}
211211

212212
@Override

0 commit comments

Comments
 (0)