File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 3434 its altering and its dropping - although there is no re-connect between these actions). This is conisdered as bug,
3535 see: https://github.com/FirebirdSQL/firebird/pull/7426 (currently it is not yet fixed).
3636
37+ Checked on 5.0.0.1164.
3738 Thanks to dimitr for explanations.
3839 Discussed with dimitr, letters 17.08.2023.
3940
40- Checked on 5.0.0.1164
41+ [06-sep-2023] pzotov
42+ Changed expected output: DDL trigger is loaded into metadata cache only once, so we have to check only SINGLE
43+ occurence of "Trigger TRG_DDL (AFTER DDL)" event.
44+ See also: https://github.com/FirebirdSQL/firebird/commit/00c2d10102468d5494b413c0de295079f62a27ec
45+
46+ Checkec on 5.0.0.1190
4147"""
4248import locale
4349import re
@@ -268,8 +274,6 @@ def test_1(act: Action, capsys):
268274 Trigger TRG_DB_CONN (ON CONNECT):
269275 Trigger TRG_TEST_BIU FOR TEST (BEFORE INSERT):
270276 Trigger TRG_DDL (AFTER DDL):
271- Trigger TRG_DDL (AFTER DDL):
272- Trigger TRG_DDL (AFTER DDL):
273277 """
274278
275279 act .expected_stdout = expected_stdout
You can’t perform that action at this time.
0 commit comments