1
Fork 0
Find a file
Jake Wheat d8b32c0931
Merge pull request #50 from Airsequel/autoincrement
Support autoincrement columns
2024-01-08 22:05:07 +00:00
Language/SQL/SimpleSQL Add autoincrement option to dialect 2024-01-08 22:14:19 +01:00
tools Add autoincrement option to dialect 2024-01-08 22:14:19 +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 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 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