Skip to content

Commit b9d8419

Browse files
committed
added more version tests
1 parent 24925bb commit b9d8419

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public static Object[][] testParsingDriverVersionDP() {
122122
{"1.2.1", 0x010002, 1},
123123
{"5000.20.1", 0x13880014, 1},
124124
{"2.1.1", 0x020001, 1},
125+
{"2.1.1.0", 0x020001, 1},
125126
};
126127
}
127128

0 commit comments

Comments
 (0)