-
Notifications
You must be signed in to change notification settings - Fork 977
New issue
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
USE commands breaking laravel functionality #4628
Comments
Hi @mar777121 . Indeed in 2.6.4 we improved the way |
|
It seems @JavierJF identified the issue. |
Trailing semicolon are now removed. This commit also ensure that an error is returned if `USE` is part of a multi-statement.
Removing trailing semicolon from `USE` #4628
Hello,
A clear description of the issue
php artisan migrate (in laravel) failing with:
SQLSTATE[42000]: Syntax error or access violation: 1148 Unable to parse: use
database_name
; (SQL: select * from information_schema.tables where table_schema = database_name and table_name = migrations and table_type = 'BASE TABLE')ProxySQL version
latest 2.6.4 dockerized version
The steps to reproduce the issue
use stock laravel, run a php artisan migrate command
The full ProxySQL error log (default location:
/var/lib/proxysql/proxysql.log
)no error logs in ProxySQL log
2.6.3 dockerized version works fine
Best
The text was updated successfully, but these errors were encountered: