1
Fork 0

example of a custom dialect which allows date('xxx') syntax by removing 'date' from the list of keywords

This commit is contained in:
Jake Wheat 2019-08-31 13:50:12 +01:00
parent 206982cd0a
commit 1a1913e7b8
4 changed files with 18 additions and 3 deletions
tools/Language/SQL/SimpleSQL

View file

@ -38,6 +38,7 @@ test data to the Test.Framework tests.
> import Language.SQL.SimpleSQL.MySQL
> import Language.SQL.SimpleSQL.Oracle
> import Language.SQL.SimpleSQL.CustomDialect
Order the tests to start from the simplest first. This is also the
order on the generated documentation.
@ -62,6 +63,7 @@ order on the generated documentation.
> ,sql2011BitsTests
> ,mySQLTests
> ,oracleTests
> ,customDialectTests
> ]
> tests :: T.TestTree