Skip to content

Commit a447cc8

Browse files
committed
Add test for issue 496
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
1 parent daffc4e commit a447cc8

File tree

3 files changed

+463
-0
lines changed

3 files changed

+463
-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/gh496'],
3839
['bugs/gh498'],
3940
['bugs/gh499'],
4041
['bugs/gh508'],

tests/data/bugs/gh496.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SELECT COUNT(*) AS amount
2+
FROM one i
3+
JOIN two io ON io.id = i.id

0 commit comments

Comments
 (0)