1
Fork 0
Commit graph

354 commits

Author SHA1 Message Date
Jake Wheat 52b9f3f4f4 add support for count(*) 2013-12-13 14:21:25 +02:00
Jake Wheat c29176f08e add TODO, tests and some small fixes
add TODO
add a bunch of tests
fix issue where 'order by' was being confused with the 'or' operator
  due to bad lexing
fix missing ctor in parens scalar expr parser
rename parens scalar parser to sparens and betweenParens helper to
  parrens
export the makeSelect from the syntax module
2013-12-13 14:08:33 +02:00
Jake Wheat 5ae8dbcf2c add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
Jake Wheat f3f5f849bd initial import 2013-12-13 12:39:26 +02:00