1
Fork 0
Find a file
Jake Wheat abc30b82e6 work on tests
enable the postgresql tests, comment out the failing ones and add
  notes on how to get them working
move the tpchQueries data to the Language..Tpch module
fix the cabal file for the new tests
2013-12-17 12:16:03 +02:00
Language/SQL/SimpleSQL fix case insensitivity for keyword parsing, add some notes 2013-12-16 13:33:05 +02:00
tools work on tests 2013-12-17 12:16:03 +02:00
.gitignore add TODO, tests and some small fixes 2013-12-13 14:08:33 +02:00
LICENSE add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
README small tidyups 2013-12-14 20:20:41 +02:00
Setup.hs add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
simple-sql-parser.cabal work on tests 2013-12-17 12:16:03 +02:00
TODO rearrange the test code and add some notes on postgres 2013-12-17 11:40:31 +02:00

A parser for SQL queries in Haskell.

Homepage: http://jakewheat.github.io/simple_sql_parser/

Contact: jakewheatmail@gmail.com