Skip to content

Commit 1661177

Browse files
committed
fixed array tests
1 parent 38991f1 commit 1661177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdbc-v2/src/test/java/com/clickhouse/jdbc/DataTypeTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ public void testArrayTypes() throws SQLException {
825825
}
826826

827827
// Insert using common java objects
828-
final String INSERT_SQL = "INSERT INTO test_arrays VALUES ( 1, ?, ?, ?, ?)";
828+
final String INSERT_SQL = "INSERT INTO test_arrays VALUES ( 2, ?, ?, ?, ?)";
829829
try (Connection conn = getJdbcConnection()) {
830830
try (PreparedStatement stmt = conn.prepareStatement(INSERT_SQL)) {
831831
stmt.setObject(1, array);

0 commit comments

Comments
 (0)