1
Fork 0
Find a file
2024-09-02 19:06:33 +02:00
examples replace error messages tool with golden test approach 2024-02-08 10:38:19 +00:00
expected-parse-errors Implement sqlite "without rowid" clauses 2024-07-11 21:59:58 +02:00
Language/SQL/SimpleSQL Allow default clauses inside constraints 2024-09-02 19:06:33 +02:00
tests Allow default clauses inside constraints 2024-09-02 19:06:33 +02:00
website switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
.gitignore replace error messages tool with golden test approach 2024-02-08 10:38:19 +00:00
changelog switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
LICENSE remove unneeded Setup.hs, update LICENSE, email 2024-01-11 13:55:41 +00:00
Makefile switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
README remove unneeded Setup.hs, update LICENSE, email 2024-01-11 13:55:41 +00:00
release_checklist add tags to release checklist 2024-02-03 13:47:18 +00:00
shell.nix Parse constraints not separated by comma 2024-01-09 00:18:24 +01:00
simple-sql-parser.cabal replace error messages tool with golden test approach 2024-02-08 10:38:19 +00:00
stack.yaml get compiling with the latest stack lts (22.5) 2024-01-10 16:17:30 +00:00
stack.yaml.lock add stack.yaml.lock file 2024-01-11 13:51:57 +00:00
TODO reorganise 2024-01-26 15:28:15 +00:00

A parser for SQL in Haskell.

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

Contact: jakewheat@tutanota.com