37dca6596b
support collate postfix operator support escape and uescape as postfix operators change the collate support in substring and trim which isn't a special case in the sql 2003 grammar anymore but just a normal collate postfix operator, the old code had the collation name as a string, but the new style is as an identifier |
||
---|---|---|
Language/SQL/SimpleSQL | ||
tools | ||
.gitignore | ||
changelog | ||
LICENSE | ||
README | ||
Setup.hs | ||
simple-sql-parser.cabal | ||
TODO |
A parser for SQL queries in Haskell. Homepage: http://jakewheat.github.io/simple-sql-parser/ Contact: jakewheatmail@gmail.com