1
Fork 0
simple-sql-parser/tools/Language/SQL/SimpleSQL
2020-12-20 20:26:34 +05:00
..
CustomDialect.lhs add iden keywords and app keywords to the dialect 2019-09-01 09:34:10 +01:00
EmptyStatement.lhs Fix handling of empty statements. 2020-12-20 20:26:34 +05:00
ErrorMessages.lhs check with stackage/ghc 8.2.1 snapshot 2017-08-05 12:43:56 +03:00
FullQueries.lhs refactor the identifier syntax 2016-02-12 14:13:47 +02:00
GroupBy.lhs refactor the identifier syntax 2016-02-12 14:13:47 +02:00
LexerTests.lhs start refactoring the dialect support, and work on the keyword handling 2019-08-31 11:57:28 +01:00
MySQL.lhs rename ValueExpr to ScalarExpr 2016-02-22 23:24:25 +02:00
Odbc.lhs start refactoring the dialect support, and work on the keyword handling 2019-08-31 11:57:28 +01:00
Oracle.lhs add support for oracle type size units 'char' and 'byte', example: varchar2(55 byte) 2016-08-10 11:27:30 +03:00
Postgres.lhs refactor dialect into a non enum and separate to own file 2016-02-12 12:51:06 +02:00
QueryExprComponents.lhs rename CombineQueryExpr to QueryExprSetOp and CombineOp to SetOperatorName 2016-02-22 23:24:43 +02:00
QueryExprs.lhs allow current_timestamp to be parsed, bump version 2019-08-31 10:08:02 +01:00
ScalarExprs.lhs tweak haddock, remove CPP (only causes a warning with ghc 8.2.1), other small tweaks 2019-09-01 10:04:04 +01:00
SQL2011AccessControl.lhs refactor the identifier syntax 2016-02-12 14:13:47 +02:00
SQL2011Bits.lhs refactor the identifier syntax 2016-02-12 14:13:47 +02:00
SQL2011DataManipulation.lhs refactor the identifier syntax 2016-02-12 14:13:47 +02:00
SQL2011Queries.lhs use explicit data type for sign in interval literals 2016-02-22 23:25:00 +02:00
SQL2011Schema.lhs refactor the identifier syntax 2016-02-12 14:13:47 +02:00
TableRefs.lhs refactor the identifier syntax 2016-02-12 14:13:47 +02:00
Tests.lhs Fix handling of empty statements. 2020-12-20 20:26:34 +05:00
TestTypes.lhs example of a custom dialect which allows date('xxx') syntax by removing 'date' from the list of keywords 2019-08-31 13:50:12 +01:00
Tpch.lhs refactor dialect into a non enum and separate to own file 2016-02-12 12:51:06 +02:00