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
|
@ -90,7 +90,8 @@ Test-Suite Tests
|
|||
Language.SQL.SimpleSQL.Tests,
|
||||
Language.SQL.SimpleSQL.Tpch,
|
||||
Language.SQL.SimpleSQL.ScalarExprs,
|
||||
Language.SQL.SimpleSQL.LexerTests
|
||||
Language.SQL.SimpleSQL.LexerTests,
|
||||
Language.SQL.SimpleSQL.CustomDialect
|
||||
|
||||
other-extensions: TupleSections,DeriveDataTypeable
|
||||
default-language: Haskell2010
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue