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

Added/Updated D:\FB\firebird-qa\tests\functional\syspriv\test_use_gbak_utility.py: adjusted code: make ATT_NAME column value in case-insensitive because of Linux

This commit is contained in:
zotov 2022-10-07 20:51:54 +03:00
parent 9f12466262
commit 773f6f3bc5

View File

@ -104,7 +104,7 @@ def test_1(act: Action, tmp_user: User, tmp_role:Role, fbk_tmp1: Path, fbk_tmp2:
insert into att_log(att_id, att_name, att_user, att_role, att_prot, sys_priv_mask) insert into att_log(att_id, att_name, att_user, att_role, att_prot, sys_priv_mask)
select select
a.mon$attachment_id a.mon$attachment_id
,a.mon$attachment_name ,upper(a.mon$attachment_name)
,a.mon$user ,a.mon$user
,v.sys_role_name ,v.sys_role_name
,a.mon$remote_protocol ,a.mon$remote_protocol