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

Surround IDs with double quotes by default and back quotes for MySQL #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

acanda
Copy link

@acanda acanda commented Jun 15, 2016

Currently delimited identifiers are quoted with back quotes. Back quotes, however, are only supported by MySQL. The SQL-99 standard defines double quotes for delimited identifiers which other DBMSs like Oracle support. This pull request will use double quotes unless the DBMS is MySQL.

acanda added 2 commits June 15, 2016 18:57
The SQL-99 standard defines double quotes for delimited
identifiers. This change will use double quotes unless the DBMS is MySQL
which uses backquotes by default.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant