mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-02-02 10:50:42 +01:00
Make test pass on debug build
This commit is contained in:
parent
364f6a9d71
commit
9187237eb6
@ -30,7 +30,7 @@ test_script = """
|
|||||||
-- Sufixes: 'Firebird' followed by space and at least one digit.
|
-- Sufixes: 'Firebird' followed by space and at least one digit.
|
||||||
,iif( cast(mon$client_version as varchar(255) character set utf8) collate unicode_ci
|
,iif( cast(mon$client_version as varchar(255) character set utf8) collate unicode_ci
|
||||||
similar to
|
similar to
|
||||||
'(WI|LI|UI|UP|SI|SO|HU)[-](T|V){0,1}[0-9]+.[0-9]+.[0-9]+((.?[0-9]+)*)[[:WHITESPACE:]]+firebird[[:WHITESPACE:]]+[0-9]+((.?[0-9]+)*)%', 1, 0) is_client_version_valid
|
'(WI|LI|UI|UP|SI|SO|HU)[-](T|V){0,1}[0-9]+.[0-9]+.[0-9]+((.?[0-9]+)*)([-]dev)?[[:WHITESPACE:]]+firebird[[:WHITESPACE:]]+[0-9]+((.?[0-9]+)*)%', 1, 0) is_client_version_valid
|
||||||
from mon$attachments
|
from mon$attachments
|
||||||
where mon$attachment_id = current_connection;
|
where mon$attachment_id = current_connection;
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user