6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00
firebird-qa/tests/functional/gtcs
2024-08-07 01:38:58 +03:00
..
__init__.py Firebird engine tests 2021-04-26 20:07:00 +02:00
test_cast_datatypes.py Add a test tests/functional/gtcs/test_cast_datatypes.py from fbtest. 2023-03-13 17:45:24 +03:00
test_computed_fields_01.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_computed_fields_02.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_computed_fields_03.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_computed_fields_04.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_computed_fields_05.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_computed_fields_06.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_computed_fields_07.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_computed_fields_08.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_computed_fields_09.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_computed_fields_10.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_computed_fields_11.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_computed_fields_12.py Added/Updated tests\functional\gtcs\test_computed_fields_12.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 13:20:35 +03:00
test_computed_fields_13.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_computed_fields_14.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_computed_fields_15.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_computed_fields_16.py Added/Updated tests\functional\gtcs\test_computed_fields_16.py: added substitutions in order to avoid dependency on line/column numbers 2023-11-26 00:26:16 +03:00
test_computed_fields_17.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_conversion_error_from_string.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_crash_of_group_by_varchar_4000.py Added/Updated tests\functional\gtcs\test_crash_of_group_by_varchar_4000.py: Added 'Error reading/writing' in substitutions: messages caused by crash must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 13:29:18 +03:00
test_division_by_zero_corrupts_db.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_dsql_domain_01.py Added/Updated tests\functional\gtcs\test_dsql_domain_01.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 13:31:16 +03:00
test_dsql_domain_02.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_dsql_domain_03.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_dsql_domain_04.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_dsql_domain_06.py Corrections for FB 4.0.1 2022-02-07 18:03:19 +01:00
test_dsql_domain_07.py Corrections for FB 4.0.1 2022-02-07 18:03:19 +01:00
test_dsql_domain_12.py Corrections for FB 4.0.1 2022-02-07 18:03:19 +01:00
test_dsql_domain_13.py Corrections for FB 4.0.1 2022-02-07 18:03:19 +01:00
test_dsql_domain_15.py Corrections for FB 4.0.1 2022-02-07 18:03:19 +01:00
test_dsql_domain_20.py Corrections for FB 4.0.1 2022-02-07 18:03:19 +01:00
test_dsql_domain_21.py Corrections for FB 4.0.1 2022-02-07 18:03:19 +01:00
test_dsql_domain_22.py Added/Updated functional\gtcs\test_dsql_domain_22.py: Manipulations with domain 'dom22_08' were changed: removed usage of EXP() to get value that is minimal distinguish from zero. Reason: result is hardware-dependent (Intel vs AMD). 2022-04-19 23:44:05 +03:00
test_execute_statement_within_procedure.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_external_file_03_d.py Added/Updated functional\gtcs\test_external_file_03_d.py. Checked on 3.0.8.33535, 4.0.1.2692, 5.0.0.591 2022-07-31 10:35:14 +03:00
test_external_file_04_d_bigint.py Added/Updated functional\gtcs\test_external_file_04_d_bigint.py. Checked on 3.0.8.33535, 4.0.1.2692, 5.0.0.591 2022-07-31 10:53:12 +03:00
test_external_file_04_d_int128.py Added/Updated functional\gtcs\test_external_file_04_d_int128.py. minor change: removed old commented code from FBT 2022-07-31 10:58:08 +03:00
test_external_file_04_d.py Added/Updated functional\gtcs\test_external_file_04_d.py. minor correction 2022-07-31 10:53:39 +03:00
test_external_file_06_d.py Added/Updated functional\gtcs\test_external_file_06_d.py. Checked on 3.0.8.33535, 4.0.1.2692, 5.0.0.591 2022-07-31 11:04:11 +03:00
test_external_file_09_d.py Added/Updated functional\gtcs\test_external_file_09_d.py. Checked on 3.0.8.33535, 4.0.1.2692, 5.0.0.591 2022-07-31 11:08:38 +03:00
test_gtcs_proc_cast_isql.py Added/Updated functional\gtcs\test_gtcs_proc_cast_isql.py: see details in the test source. Checked on 4.0.1.2692. 2022-04-20 13:39:21 +03:00
test_gtcs_proc_isql_01.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_gtcs_proc_isql_02.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_gtcs_proc_isql_03.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_gtcs_proc_isql_04.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_gtcs_proc_isql_05.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_gtcs_proc_isql_06.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_gtcs_proc_isql_07.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_gtcs_proc_isql_08.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_gtcs_proc_isql_10.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_gtcs_proc_isql_11.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_gtcs_proc_isql_12.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_gtcs_proc_isql_13.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_gtcs_proc_isql_15.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_gtcs_proc_isql_16.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_gtcs_proc_isql_17.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_gtcs_proc_isql_18.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_gtcs_proc_isql_19.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_gtcs_proc_isql_20.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_gtcs_select_delete_isql.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_invalid_stream_when_use_trim.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_isql_show_command_ambiguity.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_minimum_grant_test.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_misplaced_collation_in_extracted_metadata.py Added/Updated tests\functional\gtcs\test_misplaced_collation_in_extracted_metadata.py: adjusted inner ID and notes 2023-12-12 11:01:47 +03:00
test_parser_comments_in_sql.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_ref_integ_drop_fk_index.py Added/Updated tests\functional\gtcs\test_ref_integ_drop_fk_index.py: Splitted expected* text because system triggers now are created in C++/GDML code 2024-08-07 01:17:37 +03:00
test_ref_integ_drop_fk_then_pk.py Minor corrections. 2022-10-06 12:56:49 +03:00
test_ref_integ_drop_pk_constraint.py Added/Updated tests\functional\gtcs\test_ref_integ_drop_pk_constraint.py: Splitted expected* text because system triggers now are created in C++/GDML code 2024-08-07 01:20:50 +03:00
test_ref_integ_drop_pk_index.py Added/Updated tests\functional\gtcs\test_ref_integ_drop_pk_index.py: Splitted expected* text because system triggers now are created in C++/GDML code 2024-08-07 01:26:18 +03:00
test_ref_integ_inactive_fk_index.py Added/Updated tests\functional\gtcs\test_ref_integ_inactive_fk_index.py: Splitted expected* text because system triggers now are created in C++/GDML code 2024-08-07 01:29:17 +03:00
test_ref_integ_inactive_pk_index_2.py Added/Updated tests\functional\gtcs\test_ref_integ_inactive_pk_index_2.py: Splitted expected* text because system triggers now are created in C++/GDML code 2024-08-07 01:38:58 +03:00
test_ref_integ_inactive_pk_index.py Added/Updated tests\functional\gtcs\test_ref_integ_inactive_pk_index.py: Splitted expected* text because system triggers now are created in C++/GDML code 2024-08-07 01:31:43 +03:00
test_regexp_similar_to.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_regexp_substring_similar_to.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_sql_join_03.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_sql_join_04.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_time_zone.py Added/Updated tests\functional\gtcs\test_time_zone.py: removed wrong start o multi-line comment that had no appropriate end. Adjusted expected_out to actual results. 2023-11-26 00:36:59 +03:00
test_transactions_autocommit_1.py Added/Updated functional\gtcs\test_transactions_autocommit_1.py: checked on 4.0.1.2692, 3.0.8.33535 2022-04-29 19:52:04 +03:00
test_transactions_autocommit_2.py Added/Updated functional\gtcs\test_transactions_autocommit_2.py: checked on 4.0.1.2692, 3.0.8.33535 2022-04-29 20:24:14 +03:00
test_transactions_autocommit_3.py Added/Updated functional\gtcs\test_transactions_autocommit_3.py: checked on 4.0.1.2692, 3.0.8.33535 2022-04-29 20:46:56 +03:00
test_trigger_variable_assignment.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_window_func_01.py Added/Updated functional\gtcs\test_window_func_01.py: checked on 4.0.1.2692, 3.0.8.33535 2022-05-07 16:48:38 +03:00
test_window_func_02.py Added/Updated functional\gtcs\test_window_func_02.py: checked on 4.0.1.2692, 3.0.8.33535 2022-05-07 16:53:31 +03:00
test_window_func_03.py Added/Updated functional\gtcs\test_window_func_03.py: checked on 4.0.1.2692, 3.0.8.33535 2022-05-07 17:06:02 +03:00
test_window_func_04.py Added/Updated functional\gtcs\test_window_func_04.py: checked on 4.0.1.2692, 3.0.8.33535 2022-05-07 17:08:47 +03:00
test_window_func_05.py Added/Updated functional\gtcs\test_window_func_05.py: checked on 4.0.1.2692 2022-05-07 17:13:11 +03:00