1
Fork 0
Find a file
2019-08-31 11:57:28 +01:00
Language/SQL/SimpleSQL start refactoring the dialect support, and work on the keyword handling 2019-08-31 11:57:28 +01:00
tools start refactoring the dialect support, and work on the keyword handling 2019-08-31 11:57:28 +01:00
website fix parsing of quoted keywords 2019-08-31 09:13:09 +01:00
.gitignore update build to use new cabal, update stack resolver, add build target for exe 2019-07-07 11:33:02 +01:00
changelog add note about older ghc versions 2019-07-08 18:40:55 +01: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 start refactoring the dialect support, and work on the keyword handling 2019-08-31 11:57:28 +01: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
shell.nix update build to use new cabal, update stack resolver, add build target for exe 2019-07-07 11:33:02 +01:00
simple-sql-parser.cabal allow current_timestamp to be parsed, bump version 2019-08-31 10:08:02 +01:00
stack.yaml update build to use new cabal, update stack resolver, add build target for exe 2019-07-07 11:33:02 +01:00
TODO start refactoring the dialect support, and work on the keyword handling 2019-08-31 11:57:28 +01:00

A parser for SQL queries in Haskell.

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

Contact: jakewheatmail@gmail.com