We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daffc4e commit a447cc8Copy full SHA for a447cc8
tests/Misc/BugsTest.php
@@ -35,6 +35,7 @@ public function bugProvider(): array
35
['bugs/gh412'],
36
['bugs/gh478'],
37
['bugs/gh492'],
38
+ ['bugs/gh496'],
39
['bugs/gh498'],
40
['bugs/gh499'],
41
['bugs/gh508'],
tests/data/bugs/gh496.in
@@ -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