Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 23a86ed

Browse files
committed
minor bug fix related to Firebird time based test vectors
1 parent 7690aa8 commit 23a86ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xml/payloads.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ Formats:
15011501
<where>1</where>
15021502
<epayload></epayload>
15031503
<request>
1504-
<payload>AND (COUNT(*) FROM RDB$DATABASE AS T1, RDB$FIELDS AS T2, RDB$FUNCTIONS AS T3, RDB$TYPES AS T4, RDB$FORMATS AS T5, RDB$COLLATIONS AS T6) > 0</payload>
1504+
<payload>AND (SELECT COUNT(*) FROM RDB$DATABASE AS T1, RDB$FIELDS AS T2, RDB$FUNCTIONS AS T3, RDB$TYPES AS T4, RDB$FORMATS AS T5, RDB$COLLATIONS AS T6) > 0</payload>
15051505
</request>
15061506
<response>
15071507
<time>[SLEEPTIME]</time>
@@ -1589,7 +1589,7 @@ Formats:
15891589
<where>1</where>
15901590
<epayload></epayload>
15911591
<request>
1592-
<payload>OR (COUNT(*) FROM RDB$DATABASE AS T1, RDB$FIELDS AS T2, RDB$FUNCTIONS AS T3, RDB$TYPES AS T4, RDB$FORMATS AS T5, RDB$COLLATIONS AS T6) > 0</payload>
1592+
<payload>OR (SELECT COUNT(*) FROM RDB$DATABASE AS T1, RDB$FIELDS AS T2, RDB$FUNCTIONS AS T3, RDB$TYPES AS T4, RDB$FORMATS AS T5, RDB$COLLATIONS AS T6) > 0</payload>
15931593
</request>
15941594
<response>
15951595
<time>[SLEEPTIME]</time>

0 commit comments

Comments
 (0)