1
Fork 0
simple-sql-parser/tools/Language/SQL/SimpleSQL
Jake Wheat 2cad424379 change the names in the ast to be lists so can support qualified names
everywhere:
  TRSimple: replaces the TRQualified
  Iden
  App name
  AggregateApp name
  WindowApp name
  operator names (not sure if this is used in ansi sql)
  explicit table
  function in from clause
2014-04-18 11:43:37 +03:00
..
ErrorMessages.lhs add some big improvements to parse error messages 2014-04-17 18:32:41 +03:00
FullQueries.lhs change set quantifier and sort direction to represent default separately 2014-04-18 11:18:21 +03: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 add some big improvements to parse error messages 2014-04-17 18:32:41 +03:00
QueryExprComponents.lhs change the names in the ast to be lists so can support qualified names 2014-04-18 11:43:37 +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 set quantifier and sort direction to represent default separately 2014-04-18 11:18:21 +03:00
TableRefs.lhs change the names in the ast to be lists so can support qualified names 2014-04-18 11:43:37 +03:00
Tests.lhs add some big improvements to parse error messages 2014-04-17 18:32:41 +03:00
TestTypes.lhs change the names in the ast to be lists so can support qualified names 2014-04-18 11:43:37 +03: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 change the names in the ast to be lists so can support qualified names 2014-04-18 11:43:37 +03:00