ClickHouse/tests/queries
Azat Khuzhin f10fc95933 Fix INSERT into SQLite with single quote
Previously it leads to syntax error, due to incorrect escaping of single
quotes for SQLite, "\'" had been used instead of "''"

So set output_format_values_escape_quote_with_quote=true for SQLite to
fix this.

v2: prepare modified Context for writing on storage creation
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-02-15 12:47:29 +01:00
..
0_stateless Fix INSERT into SQLite with single quote 2024-02-15 12:47:29 +01:00
1_stateful Inhibit randomization in some tests 2024-02-15 04:56:14 +01:00
bugs partially fixed 01747_system_session_log_long test 2023-07-28 03:36:23 +00:00
shell_config.sh Coverage for non-server tools 2024-01-15 05:40:03 +01:00