lexer tweaks
refactor dollarstring parser fix to not allow three or more adjacent colons in postgres dialect
This commit is contained in:
parent
b4c2276a1f
commit
31f9912faa
2 changed files with 64 additions and 74 deletions
tools/Language/SQL/SimpleSQL
|
@ -246,6 +246,9 @@ the + or -.
|
|||
> -- need more tests for */ to make sure it is caught if it is in the middle of a
|
||||
> -- sequence of symbol letters
|
||||
> [LexFails postgres "*/"
|
||||
> ,LexFails ansi2011 ":::"
|
||||
> ,LexFails ansi2011 "::::"
|
||||
> ,LexFails ansi2011 ":::::"
|
||||
> ,LexFails postgres "@*/"
|
||||
> ,LexFails postgres "-*/"
|
||||
> ,LexFails postgres "12e3e4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue