1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-1219: Object and column identifiers can start with a digit now.

This commit is contained in:
Roman Nozdrin
2018-02-28 10:31:42 +03:00
committed by Roman Nozdrin
parent 27d69c348b
commit cfe288fd6b

View File

@ -64,7 +64,7 @@ self [,()\[\].;\:\+\-\*\/\%\^\<\>\=]
whitespace ({space}+|{comment})
digit [0-9]
ident_start [A-Za-z\200-\377_]
ident_start [A-Za-z\200-\377_0-9]
ident_cont [A-Za-z\200-\377_0-9\$]
identifier {ident_start}{ident_cont}*
/* fully qualified names regexes */