Seddryck / Tseesecake

Tseesecake is a lightweight proxy for time-series query engines, supporting multiple database engines and storage providers, with a SQL dialect dedicated to time series
https://seddryck.github.io/Tseesecake
Apache License 2.0
2 stars 1 forks source link

Identifier should accept underscores and digits after first char #46

Closed Seddryck closed 9 months ago

Seddryck commented 1 year ago

At the moment the two options "identifier" or identifier are valid but the following variants should also be accepted (with or without double quotes). Rule is first char is a letter, next chars are underscores or digits.

In case of double quotes, all characters should be accepted on all positions