ClickHouse/tests
SmitaRKulkarni 16fca48f5b
Disable functions in readonly for inserts (#44290)
Implementation:
* Added a new parameter to ITableFunction::execute to check if query is insert query.
* Used the new parameter in InterpreterInsertQuery::getTable function when calling ITableFunction::execute .
Testing:
* Added test case for INSERT in 02473_functions_in_readonly_mode.sh.

Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2023-01-03 15:25:04 +01:00
..
ci Add a tiny but important logging 2023-01-02 13:27:17 +01:00
config
fuzz
instructions Remove unneeded softlink to official dev docs 2023-01-02 13:54:15 +00:00
integration Add timeout for ZK stop 2023-01-03 09:59:06 +00:00
jepsen.clickhouse
perf_drafts
performance Merge pull request #42284 from Algunenano/perf_experiment 2022-12-30 03:14:22 +01:00
queries Disable functions in readonly for inserts (#44290) 2023-01-03 15:25:04 +01:00
.gitignore
.rgignore
clickhouse-test Update clickhouse-test 2022-12-30 00:42:03 +01:00
CMakeLists.txt
msan_suppressions.txt
tsan_suppressions.txt
ubsan_suppressions.txt