Fix for PostgreSQL Inserts logic
This commit is contained in:
parent
106bcd8cc0
commit
f2aefb5570
@ -85,11 +85,11 @@ public class PsqlInsertTsRepository extends AbstractInsertRepository implements
|
|||||||
} else {
|
} else {
|
||||||
ps.setNull(7, Types.DOUBLE);
|
ps.setNull(7, Types.DOUBLE);
|
||||||
ps.setNull(12, Types.DOUBLE);
|
ps.setNull(12, Types.DOUBLE);
|
||||||
|
}
|
||||||
|
|
||||||
ps.setString(8, replaceNullChars(tsKvEntity.getJsonValue()));
|
ps.setString(8, replaceNullChars(tsKvEntity.getJsonValue()));
|
||||||
ps.setString(13, replaceNullChars(tsKvEntity.getJsonValue()));
|
ps.setString(13, replaceNullChars(tsKvEntity.getJsonValue()));
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getBatchSize() {
|
public int getBatchSize() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user