6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00
Commit Graph

1203 Commits

Author SHA1 Message Date
pavel-zotov
24a4c8597b Added/Updated tests\bugs\core_5646_test.py: correction of comment 2023-11-26 19:12:02 +03:00
pavel-zotov
f88f335a4a Added/Updated tests\bugs\core_5646_test.py: added comments related to initial discussion and commits. Perhaps this test needs to be fully reimplemented. 2023-11-26 19:09:39 +03:00
pavel-zotov
effc0ac87b Added/Updated tests\bugs\core_5220_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). 2023-11-26 01:18:17 +03:00
pavel-zotov
1804767499 Added/Updated tests\bugs\core_5089_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twice 2023-11-26 01:16:19 +03:00
pavel-zotov
4326b911a4 Added/Updated tests\bugs\core_3314_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). 2023-11-26 01:13:40 +03:00
pavel-zotov
36d2be1871 Added/Updated tests\bugs\core_3092_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). 2023-11-26 01:09:42 +03:00
pavel-zotov
2306a05648 Added/Updated tests\bugs\core_2920_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). 2023-11-26 01:08:34 +03:00
pavel-zotov
76fe9040d7 Added/Updated tests\bugs\core_2197_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). 2023-11-26 01:04:02 +03:00
pavel-zotov
980c893b9e Added/Updated tests\functional\util\test_gbak_zip.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). 2023-11-26 01:02:31 +03:00
pavel-zotov
9753ae2a69 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_update_01.py: removed unneeded expr 2023-11-26 00:59:37 +03:00
pavel-zotov
4ead2c2667 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_update_04.py: minor change: added comments 2023-11-26 00:58:16 +03:00
pavel-zotov
cb59e14caa Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_merge_04.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). Merge expression defined in 'SQL_TO_BE_RESTARTED' must NOT end with semicolon 2023-11-26 00:56:49 +03:00
pavel-zotov
2778a39a9b Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_merge_03.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). Merge expression defined in 'SQL_TO_BE_RESTARTED' must NOT end with semicolon 2023-11-26 00:55:15 +03:00
pavel-zotov
3e3a3dd666 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_merge_02.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). Merge expression defined in 'SQL_TO_BE_RESTARTED' must NOT end with semicolon 2023-11-26 00:54:23 +03:00
pavel-zotov
02b4278725 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_merge_01.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). Merge expression defined in 'SQL_TO_BE_RESTARTED' must NOT end with semicolon 2023-11-26 00:53:24 +03:00
pavel-zotov
5d853cd444 Added/Updated tests\functional\transactions\test_read_consist_sttm_merge_deny_multiple_matches.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). Merge expression defined in 'SQL_TO_BE_RESTARTED' must NOT end with semicolon 2023-11-26 00:49:51 +03:00
pavel-zotov
6b9b99b0f7 Same correction: writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twice 2023-11-26 00:42:52 +03:00
pavel-zotov
13a43748c4 Added/Updated tests\functional\tabloid\test_join_transformation_002.py: Writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twice 2023-11-26 00:40:02 +03:00
pavel-zotov
7395da09e2 Added/Updated tests\functional\tabloid\test_join_transformation_001.py: Writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twice 2023-11-26 00:39:14 +03:00
pavel-zotov
0d3d3f186c 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
pavel-zotov
e6fcd41311 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
pavel-zotov
3c00e1998c Updated tests\functional\basic\isql\test_00.py: adjust expected stdout/stderr to current FB version. 2023-11-26 00:22:14 +03:00
pavel-zotov
a0e690390f Added/Updated tests\bugs\gh_7456_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twice 2023-11-26 00:20:37 +03:00
pavel-zotov
74f1d9e5a0 Added/Updated tests\bugs\gh_7350_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twice 2023-11-26 00:16:13 +03:00
pavel-zotov
40cac8e771 Added/Updated tests\bugs\gh_7276_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). 2023-11-25 19:51:42 +03:00
pavel-zotov
0e30ed57f9 Added/Updated tests\bugs\gh_6854_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twice 2023-11-25 19:46:44 +03:00
pavel-zotov
27efde35d2 Added/Updated tests\bugs\core_6379_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twice 2023-11-25 19:45:48 +03:00
pavel-zotov
a312513cec Correction of SET TERM because of new ISQL feature (SET AUTOTERM) which prohibits specifying same SET TERM as it was already specified. 2023-11-25 19:43:49 +03:00
pavel-zotov
33e647a069 Added/Updated tests\bugs\core_5887_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). 2023-11-25 19:40:26 +03:00
pavel-zotov
0c97ab5e3e Added/Updated tests\bugs\core_5843_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). 2023-11-25 19:36:17 +03:00
pavel-zotov
475b37b22c Added/Updated tests\bugs\core_5756_addi_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). 2023-11-25 19:33:07 +03:00
pavel-zotov
ad6d9afc18 Added/Updated tests\bugs\core_5754_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). 2023-11-25 19:28:25 +03:00
pavel-zotov
a4d6ec49b6 Added/Updated tests\bugs\core_5704_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). 2023-11-25 19:27:18 +03:00
pavel-zotov
3cc5f4330a Added/Updated tests\bugs\core_5489_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). 2023-11-25 19:25:21 +03:00
pavel-zotov
f87804bae4 Added/Updated tests\bugs\core_2036_test.py: fixed non-ascii character cyrillic 'es' that looks exactly as 'c' 2023-11-25 19:21:13 +03:00
pavel-zotov
09a1437bf4 Added/Updated tests\bugs\core_5435_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twice 2023-11-25 19:19:38 +03:00
pavel-zotov
3d03438979 Added/Updated tests\bugs\core_4483_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). 2023-11-25 19:12:02 +03:00
pavel-zotov
4603449087 Added/Updated tests\bugs\core_4464_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). 2023-11-25 19:06:53 +03:00
pavel-zotov
9185772aa7 Added/Updated tests\bugs\core_2036_test.py: ьштщк сщккусешщт 2023-11-25 18:52:35 +03:00
pavel-zotov
e1b2970c1f Added/Updated tests\bugs\core_3799_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twice 2023-11-25 18:51:55 +03:00
pavel-zotov
4693684b5b Added/Updated tests\bugs\core_3761_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). 2023-11-25 18:49:39 +03:00
pavel-zotov
51a2709a91 Added/Updated tests\bugs\core_2036_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twise 2023-11-25 18:46:47 +03:00
pavel-zotov
29dc60998c Added/Updated tests\bugs\core_1907_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). 2023-11-25 18:42:40 +03:00
pavel-zotov
16345b99b7 Added/Updated tests\bugs\core_0986_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). 2023-11-25 18:41:21 +03:00
pavel-zotov
a45b8e6908 Added/Updated tests\bugs\gh_7860_test.py: Checked on 6.0.0.150, 5.0.0.1278, 4.0.5.3031 2023-11-25 13:42:24 +03:00
pavel-zotov
efd2067220 Added/Updated tests\bugs\core_1907_test.py: added combine_output and explicit check for expected_out 2023-11-25 13:37:49 +03:00
pavel-zotov
7d3e31df1a Added/Updated tests\bugs\gh_7810_test.py: added comments 2023-11-25 02:48:23 +03:00
pavel-zotov
2a125d1ecd Added/Updated tests\bugs\gh_7350_test.py: add note 2023-11-25 02:46:23 +03:00
pavel-zotov
6d8774e9d7 Added/Updated tests\bugs\gh_7810_test.py: Checked on 6.0.0.150. See notes. 2023-11-25 02:42:43 +03:00
pavel-zotov
bb5606e0ad Added/Updated tests\bugs\gh_7748_test.py: Checked on 6.0.0.150. 2023-11-25 01:40:51 +03:00