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

Remove inconsistencies in table/column escaping for mysql #2826

Closed

Conversation

belgattitude
Copy link
Contributor

Might prevent possible future bugs with reserved keywords.

@Ocramius
Copy link
Member

future bugs with reserved keywords.

Anything we can do to assess that? A regression prevention test?

@belgattitude
Copy link
Contributor Author

Was hypothetical ;)

Anyway quoting table and columns with '`' (which was 50% done) would give some guarantee. But not very important anyway... Feel free to close the P/R, I don't feel urgency to work on this (just added while discovering the code to fix #2825)

@Ocramius
Copy link
Member

@belgattitude the reasoning is quite simple: I need a test that justifies a change in the code. I'd rather have this fail with new MySQL versions (with existing tests) than a change now with no evidence of failure.

@belgattitude
Copy link
Contributor Author

@Ocramius thanks I understand. I'll close this one.

Keep the good work :)

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 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.

2 participants