1
Fork 0
simple-sql-parser/tools/Language/SQL/SimpleSQL
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
..
ErrorMessages.lhs change joins so natural is represented by separate field to on/using 2014-04-19 11:18:29 +03:00
FullQueries.lhs get rid of the string overloads in the tests 2014-04-19 11:45:45 +03:00
GroupBy.lhs get rid of the string overloads in the tests 2014-04-19 11:45:45 +03:00
Postgres.lhs rename LobTypeName to PrecLengthTypeName 2014-04-20 23:14:55 +03:00
QueryExprComponents.lhs rename LobTypeName to PrecLengthTypeName 2014-04-20 23:14:55 +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 rename LobTypeName to PrecLengthTypeName 2014-04-20 23:14:55 +03:00
SQL2011.lhs rename LobTypeName to PrecLengthTypeName 2014-04-20 23:14:55 +03:00
TableRefs.lhs get rid of the string overloads in the tests 2014-04-19 11:45:45 +03:00
Tests.lhs start new file for the sql 2011 tests based on the grammar from the draft standard 2014-04-20 16:13:14 +03:00
TestTypes.lhs get rid of the string overloads in the tests 2014-04-19 11:45:45 +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 add filter and within group aggregates 2014-04-19 18:01:49 +03:00