1
Fork 0

start refactoring the dialect support, and work on the keyword handling

This commit is contained in:
Jake Wheat 2019-08-31 11:57:28 +01:00
parent 3707a09cb8
commit eb45eb8705
10 changed files with 379 additions and 382 deletions
tools/Language/SQL/SimpleSQL

View file

@ -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 "{"