6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 21:43:06 +01:00

Adjusted comments

This commit is contained in:
pavel-zotov 2024-04-24 17:34:45 +03:00
parent 6bf8f2dad5
commit e47e370266

View File

@ -4,6 +4,7 @@
ID: trigger.database.disconnect
TITLE: Trigger on database disconnect: check that exception that raised when trigger fires is written to firebird.log
DESCRIPTION:
Test covers https://github.com/FirebirdSQL/firebird/issues/4282
Discussed with Alex, 16.12.2020 functionality that was not specified in the documentation:
exception that raises in a trigger on DISCONNECT reflects in the firebird.log.
@ -12,7 +13,7 @@ DESCRIPTION:
Finally we compare these logs and search in the difference lines about error message.
FBTEST: functional.trigger.database.disconnect_01
NOTES:
[26.05.2022] pzotov
[26.05.2022] pzotov
Re-implemented for work in firebird-qa suite.
ACHTUNG: firebird.log may contain NON-ASCII characters if localized Windows is used!
Because of this, we have to add 'encoding=locale.getpreferredencoding()' to act.connect-server() call.