Skip to content
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

Quote reserved keywords in TRUNCATE TABLE SQL #2275

Merged
merged 1 commit into from Jan 12, 2016

Conversation

deeky666
Copy link
Member

@deeky666 deeky666 commented Jan 6, 2016

fixes #2270

@billschaller
Copy link
Member

I feel like the $tableIdentifier = new Identifier(... stuff should have some sugar somewhere. Lots of repetition there...

@deeky666
Copy link
Member Author

@zeroedin-bill totally agree. Had that in mind over the last few changes, too. But that should be done separately.

billschaller pushed a commit that referenced this pull request Jan 12, 2016
Quote reserved keywords in TRUNCATE TABLE SQL
@billschaller billschaller merged commit 5f0dfd2 into doctrine:master Jan 12, 2016
@deeky666
Copy link
Member Author

Backported to 2.5 branch via 8019435

@deeky666 deeky666 deleted the DBAL-2270 branch July 7, 2016 07:26
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SqlitePlatform does not escape table name on truncate
2 participants