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

Minor corrections.

This commit is contained in:
zotov 2022-10-06 12:56:49 +03:00
parent 478b2d5927
commit 06f8a51f71
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ DESCRIPTION:
Original test see in:
https://github.com/FirebirdSQL/fbtcs/blob/master/GTCS/tests/REF_INT.4.ISQL.script
This test uses pre-created script ( <QA_ROOT>/files/gtcs-ref-integ.sql ) which creates two
This test uses pre-created script ( <QA_ROOT>/files/gtcs-ref-integ-init.sql ) which creates two
tables with PK/FK referencing constraint(parent = department, child = employee).
FK-constraint uses index with name = 'ref_key', and here we try to:
* DROP this index;

View File

@ -7,7 +7,7 @@ DESCRIPTION:
Original test see in:
https://github.com/FirebirdSQL/fbtcs/blob/master/GTCS/tests/REF_INT.1.ISQL.script
This test uses pre-created script ( <QA_ROOT>/files/gtcs-ref-integ.sql ) which creates two
This test uses pre-created script ( <QA_ROOT>/files/gtcs-ref-integ-init.sql ) which creates two
tables with PK/FK referencing constraint(parent = department, child = employee).
We DROP constraints (first FK, then PK) and verify that one may to do DML with both tables
which had to be failed before with because of PK/FK violation.