We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e6bfe commit 14c1e9bCopy full SHA for 14c1e9b
sql/src/main/scala/app/softnetwork/elastic/sql/SQLParser.scala
@@ -379,7 +379,7 @@ trait SQLParser extends RegexParsers with PackratParsers {
379
private val identifierRegexStr =
380
s"""(?i)(?!(?:${reservedKeywords.mkString(
381
"|"
382
- )})\\b)[\\*a-zA-Z_][a-zA-Z0-9_.\\[\\]\\*]*"""
+ )})\\b)[\\*a-zA-Z_\\-][a-zA-Z0-9_\\-.\\[\\]\\*]*"""
383
384
private val identifierRegex = identifierRegexStr.r // scala.util.matching.Regex
385
0 commit comments