Following script unexpectedly fails with "
no permission" since
1b827d9f==========
set bail on;
set list on;
set echo on;
shell if exist R:\Temp\tmp4test.11371.tmp del R:\Temp\tmp4test.11371.tmp;
create database 'localhost:R:\Temp\tmp4test.11371.tmp' user SYSDBA password 'masterkey';
alter database set linger to 0;
commit;
select rdb$linger from rdb$database;
quit;
==========
Outcome:
==========
Statement failed, SQLSTATE = 28000
unsuccessful metadata update
-ALTER DATABASE failed
-no permission for ALTER access to DATABASE
==========
Seems that only Windows is affected.
20260720_234557-6.0.0.2084-466d61d -- works fine
20260721_080314-6.0.0.2084-1b827d9 -- contains regression