Skip to content

Commit

Permalink
Add test for #498
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Sep 27, 2023
1 parent 24d734a commit 349a811
Show file tree
Hide file tree
Showing 3 changed files with 428 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Misc/BugsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public function bugProvider(): array
['bugs/gh412'],
['bugs/gh478'],
['bugs/gh492'],
['bugs/gh498'],
['bugs/gh499'],
['bugs/gh508'],
['bugs/gh511'],
Expand Down
4 changes: 4 additions & 0 deletions tests/data/bugs/gh498.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SELECT ?
FROM uno
JOIN dos ON dos.id = uno.id
LIMIT ? OFFSET ?

0 comments on commit 349a811

Please sign in to comment.