1
Fork 0
Find a file
Jake Wheat dbd48baaa1 rename LobTypeName to PrecLengthTypeName
rename LobMultiplier and LobUnits to PrecMultiplier and PrecUnits
remove support for limit syntax
remove the unreserved keyword list since it isn't useful
tests for row value constructors
tests for table value constructors
tests for query specifications
tests for explicit table
work on tests for setops,order by,offset,fetch and sort specification
2014-04-20 23:14:55 +03:00
Language/SQL/SimpleSQL rename LobTypeName to PrecLengthTypeName 2014-04-20 23:14:55 +03:00
tools rename LobTypeName to PrecLengthTypeName 2014-04-20 23:14:55 +03:00
.gitignore add TODO, tests and some small fixes 2013-12-13 14:08:33 +02:00
changelog start working on new sql 2011 tests 2014-04-19 22:24:10 +03:00
LICENSE add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
README prepare for the github project name rename to be the same as the haskage package 2013-12-17 22:54:20 +02:00
Setup.hs add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
simple-sql-parser.cabal remove ref typename for consistency 2014-04-20 19:24:03 +03:00
TODO work on from clause, group by and having tests in 2011 2014-04-20 22:10:55 +03:00

A parser for SQL queries in Haskell.

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

Contact: jakewheatmail@gmail.com