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
Azat Khuzhin
bbe38a3fe4
Add ability to escape quotes in Values format with single quote
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-02-15 12:47:29 +01:00
Azat Khuzhin
504a2dd9d9
Do not rewrite sum() to count() if return value differs in analyzer
...
v2: fix for LowCardinality
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-02-15 12:41:05 +01:00
Yarik Briukhovetskyi
7396fa0b14
add docs spelling
2024-02-15 11:23:54 +00:00
robot-clickhouse
ad626233a1
Automatic style fix
2024-02-15 10:43:16 +00:00
Dmitry Novik
31128ecaa7
Analyzer: Fix test_sql_user_defined_functions_on_cluster
2024-02-15 10:29:27 +00:00
Robert Schulze
f8413481c4
Merge remote-tracking branch 'ClickHouse/master' into materialize_non_override_past_values
2024-02-15 10:29:00 +00:00
Robert Schulze
973e17851a
Merge pull request #59563 from rschu1ze/libssh-0.9.8
...
Bump libssh to 0.9.8
2024-02-15 11:00:46 +01:00
Dmitry Novik
ddc429ccbc
Revert incorrect changes
2024-02-15 10:14:58 +01:00
Robert Schulze
ddaef8d342
Merge pull request #59752 from rschu1ze/countMatches-fuzzed
...
Fix AST fuzzer issue in function `countMatches`
2024-02-15 10:02:48 +01:00
Justin de Guzman
a037933cc6
[Docs] Add min version for startsWithUTF8
2024-02-14 22:57:23 -08:00
Alexey Milovidov
0b0b273157
Merge pull request #59806 from ClickHouse/analyzer-fix-test_wrong_db_or_table_name
...
Analyzer: Fix test_wrong_db_or_table_name/test.py::test_wrong_table_name
2024-02-15 07:57:02 +01:00
Alexey Milovidov
10eb948ed6
Merge branch 'master' into analyzer-fix-test_wrong_db_or_table_name
2024-02-15 07:56:56 +01:00
Alexey Milovidov
a86d31a005
Merge pull request #59998 from ClickHouse/revert-59699-disable_async_inserts_for_dependent_mv_dedup
...
Revert "Insert synchronously if dependent MV deduplication is enabled"
2024-02-15 07:52:13 +01:00
Alexey Milovidov
0258aba5c0
Verify formatting consistency on the server-side
2024-02-15 07:49:13 +01:00
Alexey Milovidov
b322be55b2
Add a test
2024-02-15 06:54:28 +01:00
Alexey Milovidov
accc63500d
Fix broken lambdas formatting
2024-02-15 06:54:18 +01:00
Alexey Milovidov
503bec73ec
Exclude test run from a slow build
2024-02-15 06:11:02 +01:00
Alexey Milovidov
d3fdd97891
The code should not be complex
2024-02-15 06:04:45 +01:00
Alexey Milovidov
a98facee52
Merge pull request #59944 from ClickHouse/fewer_lambdas
...
Replace lambdas with pointers to members to simplify stacks
2024-02-15 06:02:35 +01:00
Alexey Milovidov
019db88451
Merge pull request #60009 from ClickHouse/fix-test-00037
...
Inhibit randomization in some tests
2024-02-15 06:01:18 +01:00
Alexey Milovidov
47d8248b9d
Merge pull request #60005 from ClickHouse/non-significant-changes-3
...
Fix obviously wrong (but non significant) error in dictionaries
2024-02-15 05:59:07 +01:00
Alexey Milovidov
2660e69abb
Inhibit randomization in some tests
2024-02-15 05:12:59 +01:00
Alexey Milovidov
d60ab4146d
Inhibit randomization in some tests
2024-02-15 05:02:10 +01:00
Alexey Milovidov
1bc3dc632c
Inhibit randomization in some tests
2024-02-15 04:56:14 +01:00
Alexey Milovidov
009d08561d
Merge pull request #59946 from kitaisreal/replicated-merge-tree-alter-update-metadata-version-in-single-transaction
...
ReplicatedMergeTree invalid metadata_version fix
2024-02-15 04:38:06 +01:00
robot-clickhouse
acba747275
Automatic style fix
2024-02-15 02:12:44 +00:00
Alexey Milovidov
27a1755751
Merge pull request #59951 from ClickHouse/analyzer-fix-test_mutations_with_merge_tree
...
Analyzer: Fix test_mutations_with_merge_tree
2024-02-15 03:11:10 +01:00
Alexey Milovidov
b31c802f4a
Merge branch 'master' into analyzer-fix-test_settings_profile
2024-02-15 03:02:30 +01:00
Alexey Milovidov
9219617959
Apply review comments
2024-02-15 03:01:34 +01:00
Alexey Milovidov
0b58f16938
Merge pull request #59964 from ClickHouse/cleanups
...
Cleanups
2024-02-15 02:59:54 +01:00
Alexey Milovidov
5e5528a890
Merge pull request #59972 from jrdi/fix-max-num-to-warn
...
Fix max num to warn message
2024-02-15 02:59:29 +01:00
Alexey Milovidov
b73c9ce9f5
Merge pull request #59981 from ClickHouse/analyzer-fix-test_storage_rabbitmq
...
Analyzer: Fix test_storage_rabbitmq
2024-02-15 02:58:09 +01:00
Alexey Milovidov
feb8020448
Merge pull request #59983 from ClickHouse/analyzer-fix-test_shard_level_const_function
...
Analyzer: Fix test_shard_level_const_function
2024-02-15 02:57:39 +01:00
Alexey Milovidov
681351fe1e
Merge pull request #59987 from nickitat/fix_data_race_storage_distributed
...
Fix data race in `StorageDistributed`
2024-02-15 02:55:08 +01:00
Alexey Milovidov
7d35fa3e50
Merge pull request #60003 from JakeBamrah/master
...
Update min. clang version in Getting Started docs
2024-02-15 02:53:21 +01:00
Alexey Milovidov
46fb01c4f6
Fix trash
2024-02-15 02:31:46 +01:00
Alexey Milovidov
8e0504038d
Maybe better
2024-02-15 02:05:44 +01:00
Alexey Milovidov
bbd7acd7f9
Merge branch 'master' into exponent-floats-inference
2024-02-15 01:46:51 +01:00
Alexey Milovidov
2688a6268c
Fix obviously wrong (but non significant) error in dictionaries
2024-02-15 01:42:14 +01:00
Jake Bamrah
4f305cca41
Update min. clang version in Getting Started docs
2024-02-14 22:55:54 +00:00
Vitaly Baranov
5591d74076
Add new config setting "backups.remove_backup_files_after_failure".
2024-02-14 23:19:21 +01:00
Alexey Milovidov
91ef665ed3
Merge pull request #59993 from ClickHouse/auto/v24.1.5.6-stable
...
Update version_date.tsv and changelogs after v24.1.5.6-stable
2024-02-14 22:05:34 +01:00
Alexey Milovidov
7a5e152d9e
Merge pull request #59967 from ClickHouse/dashboards-to-use-merge-tables
...
Use merge table in the dashboard; add Cloud overview to the system table
2024-02-14 21:56:37 +01:00
Julia Kartseva
b1b58ef9a3
Revert "Insert synchronously if dependent MV deduplication is enabled"
2024-02-14 12:54:42 -08:00
Vitaly Baranov
d842c497e6
Change code to pass test 02963_remote_read_small_buffer_size_bug.
2024-02-14 20:47:34 +01:00
Nikolai Kochetov
ab8738ffe5
Merge pull request #59985 from ClickHouse/remove-context-from-comparison-functions
...
Remove context from comparison functions.
2024-02-14 19:32:28 +01:00
Nikolai Kochetov
9c626f9c36
Merge pull request #59899 from ClickHouse/refactor-squashing-for-inserts
...
Refactor Squashing for inserts.
2024-02-14 19:29:11 +01:00
Maksim Kita
9a62d7e5bb
Fixed tests
2024-02-14 20:39:25 +03:00
Mikhail f. Shiryaev
a5e3b7982a
Use the least awful and ugly way to check if all needs succeeded
2024-02-14 18:38:00 +01:00