1
Fork 0
Find a file
2013-12-13 21:13:36 +02:00
Language/SQL/SimpleSQL add support for between 2013-12-13 21:13:36 +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 add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
Setup.hs add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
simple-sql-parser.cabal put the modules in a better path 2013-12-13 16:04:48 +02:00
Tests.lhs add support for between 2013-12-13 21:13:36 +02:00
TODO add parsing for unary + - 2013-12-13 20:01:57 +02:00
Tpch.lhs start work on cast expressions, add lots more test targets 2013-12-13 18:50:41 +02:00

A parser for SQL queries in Haskell.