1
Fork 0
Find a file
2017-08-05 12:29:33 +03:00
Language/SQL/SimpleSQL add support for oracle type size units 'char' and 'byte', example: varchar2(55 byte) 2016-08-10 11:27:30 +03:00
tools dialect variable in SimpleSqlParserTool.lhs 2017-02-09 13:15:23 +01:00
website rename ValueExpr to ScalarExpr 2016-02-22 23:24:25 +02:00
.gitignore add .stack-work to gitignore 2016-02-13 15:40:26 +02:00
changelog Merge branch '0.4.3' 2017-08-05 12:11:09 +03:00
LICENSE fix to work on ghc 7.8.4, 7.6.3, plus small tweaks 2015-08-01 21:13:37 +03:00
Makefile add backported Makefile 2017-08-02 22:33:18 +03:00
README update dependencies 2017-06-27 23:07:56 +03:00
Setup.hs add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
simple-sql-parser.cabal update to lts-9.0 2017-08-05 12:29:33 +03:00
stack.yaml update to lts-9.0 2017-08-05 12:29:33 +03:00
TODO add comments to statement syntax 2016-02-22 23:28:59 +02:00

A parser for SQL queries in Haskell.

Homepage: http://jakewheat.github.io/simple-sql-parser/latest

Contact: jakewheatmail@gmail.com