1
Fork 0

generalize . to a binary operator

This commit is contained in:
Jake Wheat 2013-12-17 15:21:43 +02:00
parent 8adc169b38
commit 8093498f2d
6 changed files with 26 additions and 26 deletions

5
TODO
View file

@ -1,8 +1,6 @@
next release:
escapes in string literals
ansi standard versions of limit and offset
OFFSET start { ROW | ROWS }
@ -76,6 +74,9 @@ review abstract syntax (e.g. combine App with SpecialOp?)
Later general tasks:
extended string literals, escapes and other flavours (like pg and
oracle custom delimiters)
run through other manuals for example queries and features: sql in a
nutshell, sql guide, sql reference guide, sql standard, sql server
manual, oracle manual, teradata manual + re-through postgresql