Hello,
There is an issue putting hyphen as a splitter.
I have a case of project name using hyphens, so the table name is truncated after the first hyphen.
Instead on having : my-bigquery-project.my-database.my-table. It parses only my.
I'm not looking for a fix, but if anyone else encounters the issue, it is because of the hyphen.
See
|
",", "@", " ", "+", "-", "*", "/", ";"); |
Hello,
There is an issue putting hyphen as a splitter.
I have a case of project name using hyphens, so the table name is truncated after the first hyphen.
Instead on having :
my-bigquery-project.my-database.my-table. It parses onlymy.I'm not looking for a fix, but if anyone else encounters the issue, it is because of the hyphen.
See
PHP-SQL-Parser/src/PHPSQLParser/lexer/LexerSplitter.php
Line 58 in dec667f