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

Added/Updated tests\functional\transactions\test_read_consist_sttm_merge_deny_multiple_matches.py: added forgotten 'order by' clause. Deadlock otherwise can occur. Thanks to Vlad for note.

This commit is contained in:
pavel-zotov 2024-06-05 11:20:37 +03:00
parent f7afa0199e
commit a68cac9c9d

View File

@ -185,6 +185,7 @@ def test_1(act: Action, fn_worker_sql: Path, fn_worker_log: Path, fn_worker_err:
using (
select s.id, s.x from {target_obj} as s
where s.id <= 1
order by s.id DESC -- added only 05-jun-2024; thanks to Vlad.
) s
on abs(t.id) = abs(s.id)
when matched then