ClickHouse/dbms/tests/queries
Alexander Kazakov 03c7b7ff8d
Prevent from using non-deterministic functions in mutations of replicated tables (#7247)
* Added isDeterministic() to IFunctionBuilder i-face
* A test for non-deterministic mutations
* In MutationsInterpreter::validate() ensure deterministic functions
* Adjusted nondeterministic mutation tests
* Moved around some code in MutationsInterpreter::validate()
* Dropped unnecessary check in findFirstNonDeterministicFuncName()
* Corrections to IFunction{Base,Builder} interface
2019-10-10 17:38:08 +03:00
..
0_stateless Prevent from using non-deterministic functions in mutations of replicated tables (#7247) 2019-10-10 17:38:08 +03:00
1_stateful better setting name: joined_subquery_requires_alias 2019-09-02 15:53:31 +03:00
bugs
__init__.py
.gitignore
conftest.py
query_test.py
server.py
shell_config.sh Increase timeout for "stack overflow" test because it may take a long time in debug build 2019-08-23 18:42:45 +03:00