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 f663935 commit ebd2391Copy full SHA for ebd2391
doc/TODO
@@ -49,6 +49,9 @@ PARSER
49
* -select * from pg_class where oid in (0,-1)
50
* have INTERSECT/EXCEPT prevent duplicates unless ALL is specified
51
* prevent primary key of nine columns(see TODO.detail/primary)
52
+* SELECT COUNT('asdf') FROM pg_class WHERE oid=12 crashes
53
+* SELECT DISTINCT ON col1 col1 col2 FROM tab1 is broken
54
+ (see TODO.detail/distinct)
55
56
VIEWS
57
0 commit comments