1
Fork 0
simple-sql-parser/tools/Language/SQL/SimpleSQL
Jake Wheat 89015144f9 change the ints in the syntax to be integers
partially add buildExprParser hack to deal with some nested prefix and
  postfix unary operators
add new file which starts going through the sql2003 grammar to try to
  create lots of examples for comprehensive testing of sql2003
  support.
replace the lexers with lexers from the tutorial project
2014-04-16 18:58:17 +03:00
..
FullQueries.lhs swap order in select lists so the expression comes first then the alias to match the order in the concrete syntax 2013-12-31 11:31:00 +02:00
GroupBy.lhs swap order in select lists so the expression comes first then the alias to match the order in the concrete syntax 2013-12-31 11:31:00 +02:00
Postgres.lhs reformat some files 2013-12-17 20:52:13 +02:00
QueryExprComponents.lhs fix bug in parsing default as all instead of distinct for set operations 2014-04-15 13:47:34 +03:00
QueryExprs.lhs swap order in select lists so the expression comes first then the alias to match the order in the concrete syntax 2013-12-31 11:31:00 +02:00
SQL2003.lhs change the ints in the syntax to be integers 2014-04-16 18:58:17 +03:00
TableRefs.lhs Allow qualified names ('schema.table') in from clauses 2014-01-22 15:54:14 +08:00
Tests.lhs fix bug in parsing default as all instead of distinct for set operations 2014-04-15 13:47:34 +03:00
TestTypes.lhs rename ScalarExpr -> ValueExpr which is slightly more standard, add notes on new fixity implementation 2013-12-19 11:46:51 +02:00
Tpch.lhs add back test for postgres limit syntax, convert tpch queries to ansi fetch first n rows only syntax 2013-12-17 20:04:49 +02:00
ValueExprs.lhs swap order in select lists so the expression comes first then the alias to match the order in the concrete syntax 2013-12-31 11:31:00 +02:00