We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8333046 commit 1451bc7Copy full SHA for 1451bc7
clickhouse-jdbc/src/test/java/com/clickhouse/client/api/sql/SQLUtilsTest.java
@@ -18,7 +18,7 @@ public Object[][] enquoteLiteralTestData() {
18
{"O'Reilly", "'O''Reilly'"},
19
{"😊👍", "'😊👍'"},
20
{"", "''"},
21
- {"single'quote'double''quote\"", "'single''quote''doubl''e''"}
+ {"single'quote'double''quote\"", "'single''quote''double''''quote\"'"}
22
};
23
}
24
0 commit comments