Skip to content

Commit 349a811

Browse files
committed
Add test for #498
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
1 parent 24d734a commit 349a811

File tree

3 files changed

+428
-0
lines changed

3 files changed

+428
-0
lines changed

tests/Misc/BugsTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public function bugProvider(): array
3535
['bugs/gh412'],
3636
['bugs/gh478'],
3737
['bugs/gh492'],
38+
['bugs/gh498'],
3839
['bugs/gh499'],
3940
['bugs/gh508'],
4041
['bugs/gh511'],

tests/data/bugs/gh498.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SELECT ?
2+
FROM uno
3+
JOIN dos ON dos.id = uno.id
4+
LIMIT ? OFFSET ?

0 commit comments

Comments
 (0)