6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00
firebird-qa/tests/functional/domain/create
2024-04-18 09:07:36 +03:00
..
__init__.py Firebird engine tests 2021-04-26 20:07:00 +02:00
test_01.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_02.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_03.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_04.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_05.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_06.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_07.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_08.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_09.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_10.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_11.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_12.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_13.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_14.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_15.py Added/Updated tests\functional\domain\create\test_15.py: Removed SHOW command for check result because its output often changes. It is enough for this test to obtain similar data from RDB tables. 2023-10-06 14:19:20 +03:00
test_16.py Added/Updated tests\functional\domain\create\test_16.py: Removed SHOW command for check result because its output often changes. See notes. 2023-10-06 15:50:35 +03:00
test_17.py Added/Updated tests\functional\domain\create\test_17.py: Removed SHOW command for check result because its output often changes. See notes. 2023-10-06 16:04:29 +03:00
test_18.py Added/Updated tests\functional\domain\create\test_18.py: minor change: added comment 2023-10-07 00:57:55 +03:00
test_19.py Added/Updated tests\functional\domain\create\test_19.py: Removed SHOW command for check result because its output often changes. It is enough for this test to obtain similar data from RDB tables. Created view and stored function to obtain type name by rdb$fields.rdb$field_type and .rdb$field_sub_type. 2023-10-07 01:06:01 +03:00
test_20.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_21.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_22.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_23.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_24.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_25.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_26.py Added/Updated tests\functional\domain\create\test_26.py: Removed SHOW command for check result because its output often changes. It is enough for this test to obtain similar data from RDB tables. Created view and stored function to obtain type name by rdb$fields.rdb$field_type and .rdb$field_sub_type. 2023-10-07 01:23:25 +03:00
test_27.py Added/Updated tests\functional\domain\create\test_27.py: Replaced TITLE according to essence: we have to check ability to specify NUMERIC index for domain sub_type. 2023-10-09 10:50:58 +03:00
test_28.py Added/Updated tests\functional\domain\create\test_28.py: Replaced TITLE according to essence: we have to check ability to specify NUMERIC index for domain sub_type. 2023-10-09 10:54:16 +03:00
test_29.py Added/Updated tests\functional\domain\create\test_29.py: Removed SHOW command for check result because its output often changes. It is enough for this test to obtain similar data from RDB tables. Created view and stored function to obtain type name by rdb$fields.rdb$field_type and .rdb$field_sub_type. 2023-10-07 01:33:24 +03:00
test_30.py Added/Updated tests\functional\domain\create\test_30.py: added SKIP mark: this test is covered by test_26.py and test_29.py 2023-10-07 01:48:28 +03:00
test_31.py Added/Updated tests\functional\domain\create\test_31.py: Removed SHOW command for check result because its output often changes. It is enough for this test to obtain similar data from RDB tables. Created view and stored function to obtain type name by rdb$fields.rdb$field_type and .rdb$field_sub_type. 2023-10-09 11:11:23 +03:00
test_32.py Added/Updated tests\functional\domain\create\test_32.py: Fixed wrong datatype: need to check VARCHAR instead of BLOB. 2023-10-07 10:55:52 +03:00
test_33.py Added/Updated tests\functional\domain\create\test_33.py: Fixed wrong datatype: need to check VARCHAR instead of BLOB. 2023-10-07 10:54:52 +03:00
test_34.py Added/Updated tests\functional\domain\create\test_34.py: Fixed wrong datatype: need to check VARCHAR instead of BLOB. 2023-10-07 10:53:54 +03:00
test_35.py Added/Updated tests\functional\domain\create\test_35.py: added SKIP mark: this test is covered by test_26.py and test_29.py 2023-10-07 02:08:24 +03:00
test_36.py Added/Updated tests\functional\domain\create\test_36.py: Fixed wrong datatype: need to check VARCHAR instead of BLOB. 2023-10-07 10:52:42 +03:00
test_37.py Added/Updated tests\functional\domain\create\test_37.py: Fixed wrong datatype: need to check VARCHAR instead of BLOB. 2023-10-07 10:50:58 +03:00
test_38.py Added/Updated tests\functional\domain\create\test_38.py: Removed SHOW command for check result because its output often changes. It is enough for this test to obtain similar data from RDB tables. Created view and stored function to obtain type name by rdb$fields.rdb$field_type and .rdb$field_sub_type. 2023-10-07 10:48:27 +03:00
test_39.py Added/Updated tests\functional\domain\create\test_39.py: added SKIP mark. Test is covered by bugs/core_6336_test.py and some tests from domain/cretate/ which check text-based domains. 2023-10-07 11:32:06 +03:00
test_40.py Added/Updated tests\functional\domain\create\test_40.py: Removed SHOW command for check result because its output often changes. It is enough for this test to obtain similar data from RDB tables. Created view and stored function to obtain type name by rdb$fields.rdb$field_type and .rdb$field_sub_type. 2023-10-07 11:45:56 +03:00
test_41.py Added/Updated tests\functional\domain\create\test_41.py: Added separate expected_err for 6.x+ after letter from Adriano, 15.04.2024 12:44. 2024-04-18 09:07:36 +03:00
test_42.py New metadata + cleanup 2022-02-04 19:05:19 +01:00
test_54.py New metadata + cleanup 2022-02-04 19:05:19 +01:00