ClickHouse/dbms/tests/queries/0_stateless
2014-11-22 23:56:14 +03:00
..
00001_select_1.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00001_select_1.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00002_system_numbers.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00002_system_numbers.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00003_reinterpret_as_string.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00003_reinterpret_as_string.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00004_format_ast_and_remote_table.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00004_format_ast_and_remote_table.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00005_format_ast_and_remote_table_lambda.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00005_format_ast_and_remote_table_lambda.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00006_extremes_and_subquery_from.reference clickhouse-test: merged some tests into multiline tests. [#METR-10639] 2014-03-28 20:08:48 +04:00
00006_extremes_and_subquery_from.sql clickhouse-test: merged some tests into multiline tests. [#METR-10639] 2014-03-28 20:08:48 +04:00
00007_array.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00007_array.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00008_array_join.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00008_array_join.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00009_array_join_subquery.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00009_array_join_subquery.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00010_big_array_join.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00010_big_array_join.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00011_array_join_alias.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00011_array_join_alias.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00012_array_join_alias_2.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00012_array_join_alias_2.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_1_create_table_with_arrays.reference clickhouse-test: merged some tests into multiline tests. [#METR-10639] 2014-03-28 20:08:48 +04:00
00013_1_create_table_with_arrays.sql clickhouse-test: merged some tests into multiline tests. [#METR-10639] 2014-03-28 20:08:48 +04:00
00013_4_select_from_table_with_arrays.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_4_select_from_table_with_arrays.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_5_select_from_table_with_arrays.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_5_select_from_table_with_arrays.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_6_select_from_table_with_arrays.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_6_select_from_table_with_arrays.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_7_select_from_table_with_arrays.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_7_select_from_table_with_arrays.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_8_select_from_table_with_arrays.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_8_select_from_table_with_arrays.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_9_select_from_table_with_arrays.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_9_select_from_table_with_arrays.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_a_select_from_table_with_arrays.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_a_select_from_table_with_arrays.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00013_b_select_from_table_with_arrays.reference dbms: simple test on sumArray and sumArrayIf [METR-10366] 2014-03-28 18:39:00 +04:00
00013_b_select_from_table_with_arrays.sql dbms: simple test on sumArray and sumArrayIf [METR-10366] 2014-03-28 18:39:00 +04:00
00014_1_create_table_with_nested.reference clickhouse-test: merged some tests into multiline tests. [#METR-10639] 2014-03-28 20:08:48 +04:00
00014_1_create_table_with_nested.sql clickhouse-test: merged some tests into multiline tests. [#METR-10639] 2014-03-28 20:08:48 +04:00
00014_4_select_from_table_with_nested.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_4_select_from_table_with_nested.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_5_select_from_table_with_nested.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_5_select_from_table_with_nested.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_6_select_from_table_with_nested.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_6_select_from_table_with_nested.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_7_select_from_table_with_nested.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_7_select_from_table_with_nested.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_9_select_from_table_with_nested.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_9_select_from_table_with_nested.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_a_select_from_table_with_nested.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_a_select_from_table_with_nested.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_b_select_from_table_with_nested.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_b_select_from_table_with_nested.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_c_select_from_table_with_nested.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00014_c_select_from_table_with_nested.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00015_totals_having_constants.reference dbms: fixed a test with undefined result. [#METR-2807] 2014-05-14 18:34:33 +04:00
00015_totals_having_constants.sql dbms: fixed a test with undefined result. [#METR-2807] 2014-05-14 18:34:33 +04:00
00016_totals_having_constants.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00016_totals_having_constants.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00017_in_subquery_with_empty_result.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00017_in_subquery_with_empty_result.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00018_distinct_in_subquery.reference dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00018_distinct_in_subquery.sql dbms: updated tests [#METR-2944]. 2014-03-24 06:50:25 +04:00
00019_quantiles_totals_distributed.reference Added an option for clickhouse-test to generate reference for just one test. Added reference for one test query. [#METR-10566] 2014-03-25 23:23:32 +04:00
00019_quantiles_totals_distributed.sql dbms: improved performance of aggregation by one numeric key (up to: 2x for UInt8, 5x for UInt16, 1.1x for UInt32, UInt64) [#METR-2944]. 2014-10-29 04:18:50 +03:00
00020_sorting_arrays.reference dbms: added tests [#METR-10572]. 2014-03-26 03:14:51 +04:00
00020_sorting_arrays.sql dbms: added tests [#METR-10572]. 2014-03-26 03:14:51 +04:00
00021_sorting_arrays.reference dbms: added tests [#METR-10572]. 2014-03-26 03:14:51 +04:00
00021_sorting_arrays.sql dbms: added tests [#METR-10572]. 2014-03-26 03:14:51 +04:00
00022_func_higher_order_and_constants.reference dbms: added tests [#METR-8757] [#METR-9119]. 2014-03-27 02:23:54 +04:00
00022_func_higher_order_and_constants.sql dbms: added tests [#METR-8757] [#METR-9119]. 2014-03-27 02:23:54 +04:00
00023_agg_select_agg_subquery.reference Added test query. [#METR-10615] 2014-03-27 12:40:35 +04:00
00023_agg_select_agg_subquery.sql dbms: Fixed a bug. [#METR-10615] 2014-03-27 23:50:02 +04:00
00024_unused_array_join_in_subquery.reference dbms: fixed removing arrayJoin from subquery. [#METR-9549] 2014-03-27 23:50:02 +04:00
00024_unused_array_join_in_subquery.sql dbms: fixed removing arrayJoin from subquery. [#METR-9549] 2014-03-27 23:50:02 +04:00
00025_implicitly_used_subquery_column.reference dbms: fixed removing arrayJoin from subquery. [#METR-9549] 2014-03-27 23:50:02 +04:00
00025_implicitly_used_subquery_column.sql dbms: fixed removing arrayJoin from subquery. [#METR-9549] 2014-03-27 23:50:02 +04:00
00026_something_distributed.reference dbms: Added some test. [#METR-10616] 2014-03-28 14:23:57 +04:00
00026_something_distributed.sql dbms: Added some test. [#METR-10616] 2014-03-28 14:23:57 +04:00
00027_distinct_and_order_by.reference clickhouse-test: switched to clickhouse-client; added a couple of multiquery tests. [#METR-10639] 2014-03-28 20:08:48 +04:00
00027_distinct_and_order_by.sql clickhouse-test: switched to clickhouse-client; added a couple of multiquery tests. [#METR-10639] 2014-03-28 20:08:48 +04:00
00027_simple_argMinArray.reference tests: simple test on argMinArray and argMaxArray using arrayJoin [METR-10366] 2014-03-28 19:52:11 +04:00
00027_simple_argMinArray.sql tests: simple test on argMinArray and argMaxArray using arrayJoin [METR-10366] 2014-03-28 19:52:11 +04:00
00028_big_agg_aj_distributed.reference dbms: improved tests [#METR-2944]. 2014-03-28 23:59:23 +04:00
00028_big_agg_aj_distributed.sql dbms: better optimization of ARRAY JOIN; tests for it. [#METR-11017] 2014-04-30 23:19:35 +04:00
00029_big_non_agg_aj_distributed.reference dbms: improved tests [#METR-2944]. 2014-03-28 23:59:23 +04:00
00029_big_non_agg_aj_distributed.sql dbms: better optimization of ARRAY JOIN; tests for it. [#METR-11017] 2014-04-30 23:19:35 +04:00
00030_1_alter_table.reference dbms: MATERIALIZED columns evaluation during insert, error handling. #[METR-12739] 2014-10-13 18:35:40 +04:00
00030_1_alter_table.sql clickhouse: alter doesn't need quotes anymore [#METR-11063] 2014-05-20 20:46:33 +04:00
00030_2_alter_table.reference dbms: MATERIALIZED columns evaluation during insert, error handling. #[METR-12739] 2014-10-13 18:35:40 +04:00
00030_2_alter_table.sql clickhouse: alter doesn't need quotes anymore [#METR-11063] 2014-05-20 20:46:33 +04:00
00030_3_alter_table.reference clickhouse: updated test for alter [#METR-11063] 2014-05-20 19:44:46 +04:00
00030_3_alter_table.sql dbms: added test for alter [#METR-10550] 2014-04-03 19:57:36 +04:00
00031_parser_number.reference dbms: updated tests [#METR-2944]. 2014-08-10 02:40:09 +04:00
00031_parser_number.sql dbms: fixed test [#METR-2944]. 2014-04-05 22:25:46 +04:00
00032_fixed_string_to_string.reference dbms: added tests [#METR-10840]. 2014-04-13 17:56:28 +04:00
00032_fixed_string_to_string.sql dbms: added tests [#METR-10840]. 2014-04-13 17:56:28 +04:00
00033_fixed_string_to_string.reference dbms: added tests [#METR-10840]. 2014-04-13 17:56:28 +04:00
00033_fixed_string_to_string.sql dbms: added tests [#METR-10840]. 2014-04-13 17:56:28 +04:00
00034_fixed_string_to_number.reference dbms: added tests [#METR-10840]. 2014-04-13 17:56:28 +04:00
00034_fixed_string_to_number.sql dbms: added tests [#METR-10840]. 2014-04-13 17:56:28 +04:00
00035_function_array_return_type.reference functions: Fixed. Function array now accept arguments of different types. Also added simple test [METR-10799] 2014-04-15 16:13:24 +04:00
00035_function_array_return_type.sql functions: Fixed. Function array now accept arguments of different types. Also added simple test [METR-10799] 2014-04-15 16:13:24 +04:00
00036_array_element.reference dbms: no exception on zero index, added to the test [METR-10798] 2014-04-17 18:56:58 +04:00
00036_array_element.sql dbms: improved tests [#METR-2944]. 2014-11-22 23:56:14 +03:00
00037_totals_limit.reference dbms: added tests [#METR-10705]. 2014-04-21 20:20:57 +04:00
00037_totals_limit.sql dbms: updated tests [#METR-2944]. 2014-05-22 05:21:37 +04:00
00038_totals_limit.reference dbms: added tests [#METR-10705]. 2014-04-21 20:20:57 +04:00
00038_totals_limit.sql dbms: added tests [#METR-10705]. 2014-04-21 20:20:57 +04:00
00039_inserts_through_http.reference dbms: added test [#METR-10955]. 2014-04-25 03:13:33 +04:00
00039_inserts_through_http.sh dbms: added test [#METR-10955]. 2014-04-25 03:13:33 +04:00
00040_array_enumerate_uniq.reference dbms: added tests [#METR-2944]. 2014-04-29 05:18:28 +04:00
00040_array_enumerate_uniq.sql dbms: added tests [#METR-2944]. 2014-04-29 05:18:28 +04:00
00041_big_array_join.reference dbms: fixed a test. [#METR-11017] 2014-05-07 14:44:50 +04:00
00041_big_array_join.sql dbms: fixed a test. [#METR-11017] 2014-05-07 14:44:50 +04:00
00042_set.reference dbms: added test to prev. revision [#METR-2944]. 2014-05-01 19:05:36 +04:00
00042_set.sql dbms: added test to prev. revision [#METR-2944]. 2014-05-01 19:05:36 +04:00
00043_summing_empty_part.reference Merge 2014-05-07 15:44:14 +04:00
00043_summing_empty_part.sql Merge 2014-05-07 15:44:14 +04:00
00044_sorting_by_string_descending.reference dbms: added tests [#METR-11277]. 2014-05-23 06:25:07 +04:00
00044_sorting_by_string_descending.sql dbms: added tests [#METR-11277]. 2014-05-23 06:25:07 +04:00
00045_sorting_by_fixed_string_descending.reference dbms: added tests [#METR-11277]. 2014-05-23 06:25:07 +04:00
00045_sorting_by_fixed_string_descending.sql dbms: added tests [#METR-11277]. 2014-05-23 06:25:07 +04:00
00046_stored_aggregates_simple.reference dbms: added test [#METR-10894]. 2014-06-06 21:19:40 +04:00
00046_stored_aggregates_simple.sql dbms: added test [#METR-10894]. 2014-06-06 21:19:40 +04:00
00047_stored_aggregates_complex.reference dbms: added test [#METR-10894]. 2014-06-06 22:00:52 +04:00
00047_stored_aggregates_complex.sql dbms: improved tests [#METR-2944]. 2014-11-22 23:56:14 +03:00
00048_stored_aggregates_merge.reference dbms: added test [#METR-10894]. 2014-06-06 23:45:21 +04:00
00048_stored_aggregates_merge.sql dbms: added test [#METR-10894]. 2014-06-06 23:45:21 +04:00
00049_any_left_join.reference dbms: added test for ANY LEFT JOIN [#METR-11370]. 2014-06-13 06:14:22 +04:00
00049_any_left_join.sql dbms: added test for ANY LEFT JOIN [#METR-11370]. 2014-06-13 06:14:22 +04:00
00050_any_left_join.reference dbms: JOINs: added tests [#METR-11370]. 2014-06-19 23:00:19 +04:00
00050_any_left_join.sql dbms: JOINs: added tests [#METR-11370]. 2014-06-19 23:00:19 +04:00
00051_any_inner_join.reference dbms: JOINs: added tests [#METR-11370]. 2014-06-19 23:00:19 +04:00
00051_any_inner_join.sql dbms: JOINs: added tests [#METR-11370]. 2014-06-19 23:00:19 +04:00
00052_all_left_join.reference dbms: JOINs: added tests [#METR-11370]. 2014-06-19 23:00:19 +04:00
00052_all_left_join.sql dbms: JOINs: added tests [#METR-11370]. 2014-06-19 23:00:19 +04:00
00053_all_inner_join.reference dbms: JOINs: added tests [#METR-11370]. 2014-06-19 23:00:19 +04:00
00053_all_inner_join.sql dbms: JOINs: added tests [#METR-11370]. 2014-06-19 23:00:19 +04:00
00054_join_string.reference dbms: JOINs: more tests [#METR-11370]. 2014-06-19 23:11:42 +04:00
00054_join_string.sql dbms: JOINs: more tests [#METR-11370]. 2014-06-19 23:11:42 +04:00
00055_join_two_numbers.reference dbms: JOINs: more tests [#METR-11370]. 2014-06-19 23:11:42 +04:00
00055_join_two_numbers.sql dbms: JOINs: more tests [#METR-11370]. 2014-06-19 23:11:42 +04:00
00056_join_number_string.reference dbms: JOINs: more tests [#METR-11370]. 2014-06-19 23:11:42 +04:00
00056_join_number_string.sql dbms: JOINs: more tests [#METR-11370]. 2014-06-19 23:11:42 +04:00
00057_join_aliases.reference dbms: JOINs: test for aliases [#METR-11370]. 2014-07-03 00:26:34 +04:00
00057_join_aliases.sql dbms: JOINs: test for aliases [#METR-11370]. 2014-07-03 00:26:34 +04:00
00058_global_in.reference dbms: added test for GLOBAL IN [#METR-11370]. 2014-07-04 05:38:49 +04:00
00058_global_in.sh dbms: modified test [#METR-11370]. 2014-07-04 18:27:10 +04:00
00059_global_in.reference dbms: added test [#METR-11370]. 2014-07-07 02:32:37 +04:00
00059_global_in.sql dbms: added test [#METR-11370]. 2014-07-07 02:32:37 +04:00
00060_date_lut.reference dbms: fixed error with formatting of date-times with 1970-01-01 dates [#METR-11873]. 2014-07-10 22:53:09 +04:00
00060_date_lut.sql dbms: fixed error with formatting of date-times with 1970-01-01 dates [#METR-11873]. 2014-07-10 22:53:09 +04:00
00061_merge_tree_alter.reference dbms: MATERIALIZED columns evaluation during insert, error handling. #[METR-12739] 2014-10-13 18:35:40 +04:00
00061_merge_tree_alter.sql added test, fixed test. [#METR-11886] 2014-07-17 18:41:43 +04:00
00062_replicated_merge_tree_alter_zookeeper.reference Merge 2014-10-23 16:16:24 +04:00
00062_replicated_merge_tree_alter_zookeeper.sql clickhouse-test: skipping tests with "zookeeper" in name when no zookeeper seems to be available. [#METR-2807] 2014-07-31 17:53:57 +04:00
00063_check_query.reference dbms: added check query [#METR-11709] 2014-08-05 14:53:27 +04:00
00063_check_query.sql dbms: added check query [#METR-11709] 2014-08-05 14:53:27 +04:00
00064_negate_bug.reference dbms: fixed error with function negate on UInt32 [#METR-2944]. 2014-08-09 06:29:03 +04:00
00064_negate_bug.sql dbms: fixed error with function negate on UInt32 [#METR-2944]. 2014-08-09 06:29:03 +04:00
00065_float_literals_formatting.reference dbms: fixed error with formatting floating point literals in query [#METR-2944]. 2014-08-10 02:36:07 +04:00
00065_float_literals_formatting.sql dbms: fixed error with formatting floating point literals in query [#METR-2944]. 2014-08-10 02:36:07 +04:00
00066_group_by_in.reference dbms: added tests [#METR-12383]. 2014-08-19 02:54:18 +04:00
00066_group_by_in.sql dbms: added tests [#METR-12383]. 2014-08-19 02:54:18 +04:00
00067_replicate_segfault.reference dbms: fixed error [#METR-12412]. 2014-08-20 08:57:03 +04:00
00067_replicate_segfault.sql dbms: fixed error [#METR-12412]. 2014-08-20 08:57:03 +04:00
00068_empty_tiny_log.reference dbms: fixed exception in TinyLog when it is empty [#METR-12532] 2014-09-10 20:49:18 +04:00
00068_empty_tiny_log.sql dbms: fixed exception in TinyLog when it is empty [#METR-12532] 2014-09-10 20:49:18 +04:00
00069_date_arithmetic.reference add tests for date arithmetic. 2014-09-24 15:53:41 +04:00
00069_date_arithmetic.sql add tests for date arithmetic. 2014-09-24 15:53:41 +04:00
00070_insert_fewer_columns_http.reference dbms: added tests for prev. revision [#METR-12901]. 2014-09-24 22:07:39 +04:00
00070_insert_fewer_columns_http.sh dbms: added tests for prev. revision [#METR-12901]. 2014-09-24 22:07:39 +04:00
00071_insert_fewer_columns.reference dbms: added tests for prev. revision [#METR-12901]. 2014-09-24 22:07:39 +04:00
00071_insert_fewer_columns.sql dbms: improved tests [#METR-2944]. 2014-11-22 23:56:14 +03:00
00072_in_types.reference dbms: improved checking types in IN [#METR-13087]. 2014-10-08 02:19:48 +04:00
00072_in_types.sql dbms: improved checking types in IN [#METR-13087]. 2014-10-08 02:19:48 +04:00
00073_merge_sorting_empty_array_joined.reference dbms: addition to prev. revision [#METR-13204]. 2014-10-14 23:12:49 +04:00
00073_merge_sorting_empty_array_joined.sql dbms: fixed error when sorting result of ARRAY JOIN by empty arrays [#METR-13204]. 2014-10-14 22:39:38 +04:00
00074_replicated_attach_race_condition.reference Merge 2014-10-18 21:37:55 +04:00
00074_replicated_attach_race_condition.sql dbms: added setting replication_alter_partitions_sync [#METR-13158]. 2014-10-18 23:14:09 +04:00
00075_formatting_negate_of_negative_literal.reference dbms: fixed error in formatting [#METR-2944]. 2014-10-24 03:30:48 +04:00
00075_formatting_negate_of_negative_literal.sql dbms: fixed error in formatting [#METR-2944]. 2014-10-24 03:30:48 +04:00
00076_ip_coding_functions.reference dbms: add tests for ip coding functions with non-const arguments. [#METR-13151] 2014-10-31 15:57:41 +03:00
00076_ip_coding_functions.sql dbms: add tests for ip coding functions with non-const arguments. [#METR-13151] 2014-10-31 15:57:41 +03:00
00077_set_keys_fit_128_bits_many_blocks.reference dbms: fixed error with filtering by set of tuples with elements that fit in 128 bits [#METR-13322]. 2014-11-06 06:03:40 +03:00
00077_set_keys_fit_128_bits_many_blocks.sql dbms: fixed error with filtering by set of tuples with elements that fit in 128 bits [#METR-13322]. 2014-11-06 06:03:40 +03:00
00078_string_concat.reference dbms: add reference file for concat test. 2014-11-07 22:01:46 +03:00
00078_string_concat.sql dbms: implement concat for arbitrary arity (> 0). [#METR-12888] 2014-11-07 21:42:00 +03:00
00079_defaulted_columns.reference Merge 2014-11-12 13:37:47 +03:00
00079_defaulted_columns.sql Merge 2014-11-12 13:37:47 +03:00
00080_show_tables.reference dbms: filtered tables in 'show tables from' query [#METR-13667] 2014-11-13 16:02:12 +03:00
00080_show_tables.sql dbms: improved tests [#METR-2944]. 2014-11-22 23:56:14 +03:00
00081_int_div_or_zero.reference dbms: add intDivOrZero function. [#METR-13159] 2014-11-21 17:28:39 +03:00
00081_int_div_or_zero.sql dbms: add intDivOrZero function. [#METR-13159] 2014-11-21 17:28:39 +03:00
00082_append_trailing_char_if_absent.reference dbms: implement appendTrailingCharIfAbsent, refactor concat. [#METR-13772] 2014-11-21 20:42:51 +03:00
00082_append_trailing_char_if_absent.sql dbms: implement appendTrailingCharIfAbsent, refactor concat. [#METR-13772] 2014-11-21 20:42:51 +03:00
00083_create_merge_tree_zookeeper.reference dbms: added tests [#METR-13262]. 2014-11-22 05:36:49 +03:00
00083_create_merge_tree_zookeeper.sql dbms: improved tests [#METR-2944]. 2014-11-22 23:56:14 +03:00
00084_summing_merge_tree.reference dbms: added tests [#METR-13262]. 2014-11-22 05:36:49 +03:00
00084_summing_merge_tree.sql dbms: improved tests [#METR-2944]. 2014-11-22 23:56:14 +03:00