ClickHouse/tests
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
..
ci
config
fuzz
instructions
integration Merge branch 'master' into analyzer-fix-test_wrong_db_or_table_name 2024-02-15 07:56:56 +01:00
jepsen.clickhouse
perf_drafts
performance Merge pull request #59731 from kitaisreal/asof-join-try-sort-with-radix-sort 2024-02-14 15:54:22 +01:00
queries Fix INSERT into SQLite with single quote 2024-02-15 12:47:29 +01:00
sqllogic
.gitignore
.rgignore
analyzer_integration_broken_tests.txt Merge branch 'master' into analyzer-fix-test_wrong_db_or_table_name 2024-02-15 07:56:56 +01:00
analyzer_tech_debt.txt
clickhouse-test
README.md
tsan_suppressions.txt
ubsan_suppressions.txt

Find CI documents and instructions on running CI checks localy here.