1
Fork 0
simple-sql-parser/tools/Language/SQL/SimpleSQL
2024-01-09 00:18:24 +01:00
..
CreateIndex.lhs add schema support for create index referenced table, and add some tests 2021-10-19 16:32:25 +01:00
CustomDialect.lhs add iden keywords and app keywords to the dialect 2019-09-01 09:34:10 +01:00
EmptyStatement.lhs add a couple of extra empty statement tests 2021-10-19 16:14:05 +01: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 Added tests for new added sqlserver dialect syntax. 2021-12-02 16:50:35 +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 Small editorial 2021-12-02 17:04:01 +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 Parse constraints not separated by comma 2024-01-09 00:18:24 +01:00
TableRefs.lhs refactor the identifier syntax 2016-02-12 14:13:47 +02:00
Tests.lhs add schema support for create index referenced table, and add some tests 2021-10-19 16:32:25 +01: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