-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
MySqlPlatform::getListTableColumnsSQL() is not escaping names #2436
Comments
@sadortun i think this has todo with the behaivor of the quote strategy which is not escaping reserved fieldnames per default. This behaivor may change due to doctrine/orm#5903. |
@Deltachaos Thanks. Please me know if you believe it's an internal issue, or an issue with the library client. If it's the case i'll re-open the bug on their side |
This is an edge that has to be dealt with in DBAL. This is not about reserved keywords but about escape characters in column names passed into the metadata SQL (it seems). |
Fix supplied in #2442 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi !
When creating by accident a table that contain a
\
in the name,abc\
The migration fail to read and escape correctly the table names.$ php app/console oro:platform:update --env dev --force
Process migrations...
The text was updated successfully, but these errors were encountered: