THe SqlLexer also now recognizes casts.
This commit is contained in:
parent
a99f059b70
commit
b436814eb5
3 changed files with 55 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ enum class BasicTokenType {
|
|||
QuotedString,
|
||||
DollarQuote, // Return the dollar quote tag, do not consume the entire string (potentially long)
|
||||
QuotedIdentifier,
|
||||
Parameter
|
||||
Parameter,
|
||||
Cast
|
||||
};
|
||||
|
||||
enum class LexerState {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue