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
Seems to be simalar to #295, but solution now is unsuitable because utils/ExpressionToken.php was reworked. The same as fixed #77.
Steps to reproduce:
$parser = new PHPSQLParser\PHPSQLParser("select cast(id as decimal(18,1)) from u", true);
Error: cannot calculate position of , within ,1)) from u
Version 4.3.0. PHP 7.3.6. Windows 10. Version 4.2.1 works well for this case.
The text was updated successfully, but these errors were encountered:
Probably also connected with #299, where part of #295 was removed.
Sorry, something went wrong.
No branches or pull requests
Seems to be simalar to #295, but solution now is unsuitable because utils/ExpressionToken.php was reworked. The same as fixed #77.
Steps to reproduce:
$parser = new PHPSQLParser\PHPSQLParser("select cast(id as decimal(18,1)) from u", true);
Error: cannot calculate position of , within ,1)) from u
Version 4.3.0. PHP 7.3.6. Windows 10.
Version 4.2.1 works well for this case.
The text was updated successfully, but these errors were encountered: