9fd2970f26
fix so following a number with either . or e or E without whitespace will cause a lexing error remove */ from symbols in postgres (although postgres strictly speaking allows this I think, it is not a good idea) reject */ anywhere with an error reject ||| (or more pipes) in ansi, etc. dialects instead of trying to parse it as something like '||', '|' |
||
---|---|---|
Language/SQL/SimpleSQL | ||
tools | ||
website | ||
.gitignore | ||
changelog | ||
LICENSE | ||
Makefile | ||
README | ||
Setup.hs | ||
simple-sql-parser.cabal | ||
stack.yaml | ||
TODO |
A parser for SQL queries in Haskell. Homepage: http://jakewheat.github.io/simple-sql-parser/latest Contact: jakewheatmail@gmail.com