start refactoring the dialect support, and work on the keyword handling
This commit is contained in:
parent
3707a09cb8
commit
eb45eb8705
10 changed files with 379 additions and 382 deletions
tools/Language/SQL/SimpleSQL
|
@ -315,7 +315,7 @@ the + or -.
|
|||
|
||||
> odbcLexerTests :: TestItem
|
||||
> odbcLexerTests = Group "odbcLexTests" $
|
||||
> [ LexTest sqlserver {allowOdbc = True} s t | (s,t) <-
|
||||
> [ LexTest sqlserver {diOdbc = True} s t | (s,t) <-
|
||||
> [("{}", [Symbol "{", Symbol "}"])
|
||||
> ]]
|
||||
> ++ [LexFails sqlserver "{"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue