1
Fork 0
Find a file
Jake Wheat f51600e0b1
Merge pull request #51 from Airsequel/non-comma-separated-constraints
Parse constraints not separated by comma
2024-01-08 23:39:22 +00:00
Language/SQL/SimpleSQL Add non-comma separated constraint dialect toggle 2024-01-09 00:25:51 +01:00
tools Add non-comma separated constraint dialect toggle 2024-01-09 00:25:51 +01:00
website update to work with latest ghc, cabal packages 2024-01-08 12:26:44 +00:00
.gitignore update build to use new cabal, update stack resolver, add build target for exe 2019-07-07 11:33:02 +01:00
.travis.yml add travis 2020-04-24 18:16:24 +01:00
changelog minor enhancements for sqlserver dialect 2021-12-01 21:33:02 +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 update to work with latest ghc, cabal packages 2024-01-08 12:26:44 +00:00
README Update README 2019-12-21 10:58:23 +00:00
Setup.hs add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
shell.nix Parse constraints not separated by comma 2024-01-09 00:18:24 +01:00
simple-sql-parser.cabal update to work with latest ghc, cabal packages 2024-01-08 12:26:44 +00: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 work on docs in dialect module, remove unnecessary export of ansi2011ReservedKeywords 2019-09-01 11:32:48 +01:00

A parser for SQL in Haskell.

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

Contact: jakewheatmail@gmail.com