We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
my-bigquery-project
my-database
my-table
my
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: