6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 21:43:06 +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: Original test see in:
https://github.com/FirebirdSQL/fbtcs/blob/master/GTCS/tests/REF_INT.4.ISQL.script 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). tables with PK/FK referencing constraint(parent = department, child = employee).
FK-constraint uses index with name = 'ref_key', and here we try to: FK-constraint uses index with name = 'ref_key', and here we try to:
* DROP this index; * DROP this index;

View File

@ -7,7 +7,7 @@ DESCRIPTION:
Original test see in: Original test see in:
https://github.com/FirebirdSQL/fbtcs/blob/master/GTCS/tests/REF_INT.1.ISQL.script 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). 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 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. which had to be failed before with because of PK/FK violation.