[to #45954004]Fix syntax error of host_name as '@%'

This commit is contained in:
obdev 2023-02-14 07:47:09 +00:00 committed by ob-robot
parent a9d79d2aeb
commit 1ea5d6dfc9

View File

@ -50,7 +50,7 @@ c_cmt_end \*+\/
identifer (([A-Za-z0-9$_]|{UTF8_GB_CHAR})*)
int_num [0-9]+
system_variable (@@[A-Za-z_][A-Za-z0-9_]*)
user_variable (@[A-Za-z0-9_\.$]*)|(@[`'\"][`'\"A-Za-z0-9_\.$/%]*)
user_variable (@[A-Za-z0-9_\.$]*)|(@[`'\"][`'\"A-Za-z0-9_\.$/%]*)|(@%)
quote '
sqbegin {quote}