@@ -579,18 +579,49 @@ test_entry_t tests[] = {
579579 {"test_table_metadata" , test_table_metadata },
580580 {"test_select_basic" , test_select_basic },
581581 {"test_select_where" , test_select_where },
582+ {"test_select_where_types" , test_select_where_types },
582583 {"test_select_aggregation" , test_select_aggregation },
583- {"test_select_multikey" , test_select_multikey },
584- {"test_update_operations" , test_update_operations },
585- {"test_insert_upsert" , test_insert_upsert },
584+ {"test_select_groupby_single" , test_select_groupby_single },
585+ {"test_select_groupby_multi" , test_select_groupby_multi },
586+ {"test_select_groupby_xbar" , test_select_groupby_xbar },
587+ {"test_select_where_by" , test_select_where_by },
588+ {"test_select_computed_columns" , test_select_computed_columns },
589+ {"test_select_empty_tables" , test_select_empty_tables },
590+ {"test_select_large_tables" , test_select_large_tables },
591+ {"test_select_string_groupby" , test_select_string_groupby },
592+ {"test_select_parallel_filter" , test_select_parallel_filter },
593+ {"test_update_basic" , test_update_basic },
594+ {"test_update_where" , test_update_where },
595+ {"test_update_by" , test_update_by },
596+ {"test_update_inplace" , test_update_inplace },
597+ {"test_update_types" , test_update_types },
598+ {"test_insert_basic" , test_insert_basic },
599+ {"test_insert_inplace" , test_insert_inplace },
600+ {"test_insert_types" , test_insert_types },
601+ {"test_upsert_basic" , test_upsert_basic },
602+ {"test_upsert_multi" , test_upsert_multi },
603+ {"test_upsert_inplace" , test_upsert_inplace },
604+ {"test_alter_vectors" , test_alter_vectors },
605+ {"test_alter_tables" , test_alter_tables },
586606 {"test_table_concat" , test_table_concat },
587607 {"test_table_nulls" , test_table_nulls },
588608 {"test_query_complex" , test_query_complex },
589609 {"test_table_all_types" , test_table_all_types },
590610 {"test_table_dict_conversion" , test_table_dict_conversion },
591- {"test_select_string_groupby" , test_select_string_groupby },
592- {"test_select_parallel_filter" , test_select_parallel_filter },
593611 {"test_table_edge_cases" , test_table_edge_cases },
612+ {"test_query_chains" , test_query_chains },
613+ {"test_select_take" , test_select_take },
614+ {"test_select_sorting" , test_select_sorting },
615+ {"test_select_dev_med" , test_select_dev_med },
616+ {"test_select_xbar_dates" , test_select_xbar_dates },
617+ {"test_update_where_by" , test_update_where_by },
618+ {"test_set_operations" , test_set_operations },
619+ {"test_select_where_expr" , test_select_where_expr },
620+ {"test_insert_edge_cases" , test_insert_edge_cases },
621+ {"test_upsert_edge_cases" , test_upsert_edge_cases },
622+ {"test_alter_edge_cases" , test_alter_edge_cases },
623+ {"test_select_distinct" , test_select_distinct },
624+ {"test_table_operations_mixed" , test_table_operations_mixed },
594625 // Advanced: dict, lambda, iteration, error tests
595626 {"test_dict_advanced" , test_dict_advanced },
596627 {"test_lambda_advanced" , test_lambda_advanced },
0 commit comments