1
Fork 0
Find a file
Jake Wheat 4bca2fa2ec work on lexing
add utility function to tell if two tokens will pretty print then lex
back to the same two tokens or not

add notes for some final missing lexing bits that are in hssqlppp

add token combo tests for postgres

add start of sql server, oracle and odbc lexing tests
2016-02-15 20:20:24 +02:00
Language/SQL/SimpleSQL work on lexing 2016-02-15 20:20:24 +02:00
tools work on lexing 2016-02-15 20:20:24 +02:00
website add support for create/drop role, grant, revoke 2015-08-15 21:01:48 +03:00
.gitignore add .stack-work to gitignore 2016-02-13 15:40:26 +02:00
changelog small fixes and update changelog 2015-08-09 20:13:11 +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 happy to the makefile 2016-02-12 11:59:55 +02:00
README fix link to website 2015-08-08 20:07:44 +03:00
Setup.hs add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
simple-sql-parser.cabal refactor dialect into a non enum and separate to own file 2016-02-12 12:51:06 +02:00
stack.yaml add stack.yaml 2016-02-13 11:40:33 +02:00
TODO finish on the website updates for now 2015-08-08 22:30:17 +03:00

A parser for SQL queries in Haskell.

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

Contact: jakewheatmail@gmail.com