example of a custom dialect which allows date('xxx') syntax by removing 'date' from the list of keywords
This commit is contained in:
parent
206982cd0a
commit
1a1913e7b8
4 changed files with 18 additions and 3 deletions
tools/Language/SQL/SimpleSQL
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue