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:
parent
9f12466262
commit
773f6f3bc5
@ -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)
|
||||
select
|
||||
a.mon$attachment_id
|
||||
,a.mon$attachment_name
|
||||
,upper(a.mon$attachment_name)
|
||||
,a.mon$user
|
||||
,v.sys_role_name
|
||||
,a.mon$remote_protocol
|
||||
|
Loading…
Reference in New Issue
Block a user