-
Notifications
You must be signed in to change notification settings - Fork 12
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
Syntax error on Load if column is a reserved word (on more recent MariaDB) #117
Comments
Thank you for your feedback. Indeed that something we should consider. |
MariaDB 10.6 |
I think the following changes solve this issue:
|
@herbdool Let us know if this solution is working. |
Hi there :) i have this refacto #118 which includes the backticks fixes for table and column names. |
Earlier versions of MariaDB were more forgiving, but now I'm getting a syntax error because I have a column that is a reserved word. Oops. The quick fix is to change the column name, but I thought I'd bring it up here so that php-etl could put backticks around columns when creating the queries. This may avoid the error.
The text was updated successfully, but these errors were encountered: