6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-02-02 02:40:42 +01:00

Fix false 'escape sequence' in test description

This commit is contained in:
Pavel Císař 2022-06-07 19:04:59 +02:00
parent 037c32b4dc
commit 19f9e4604e

View File

@ -35,7 +35,7 @@ NOTES:
NOTE-1: according to source issue from ticket, creation of temporary database not required here.
In old .fbt test this auto-created DB is immediately closed and script further makes two temp DBs.
In contrary to .fbt, here connection to auto-created temporary database ('C:\TEMP\PYTEST...\TEST_...\TEST.FDB')
In contrary to .fbt, here connection to auto-created temporary database ('C:/TEMP/PYTEST.../TEST_.../TEST.FDB')
is opened up to creation of first DB from SQL script (create database '{str(temp_db_1_b)}';).
We can suppress 'Rolling back' message by trivial action: add COMMIT or ROLLBACK before this 'create database ...'