You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-1219: Object and column identifiers can start with a digit now.
This commit is contained in:
committed by
Roman Nozdrin
parent
27d69c348b
commit
cfe288fd6b
@ -64,7 +64,7 @@ self [,()\[\].;\:\+\-\*\/\%\^\<\>\=]
|
|||||||
whitespace ({space}+|{comment})
|
whitespace ({space}+|{comment})
|
||||||
|
|
||||||
digit [0-9]
|
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\$]
|
ident_cont [A-Za-z\200-\377_0-9\$]
|
||||||
identifier {ident_start}{ident_cont}*
|
identifier {ident_start}{ident_cont}*
|
||||||
/* fully qualified names regexes */
|
/* fully qualified names regexes */
|
||||||
|
Reference in New Issue
Block a user