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

lib/db: set ODBC MySQL DB backend SQL ANSI_QUOTES MODE in odbc driver #3635

Merged

Conversation

tmszi
Copy link
Member

@tmszi tmszi commented Apr 20, 2024

Which allow to use SQL standard double quotes instead of backticks for escaping column name.

Successfully tested with ODBC MySQL DB backend connection and with this data example.

Which allow to use SQL standard double quotes instead of backticks for
escaping column name.
@tmszi tmszi added this to the 8.4.0 milestone Apr 20, 2024
@tmszi tmszi self-assigned this Apr 20, 2024
@github-actions github-actions bot added C Related code is in C database Related to database management module labels Apr 20, 2024
@tmszi tmszi added bug Something isn't working backport to 8.3 labels Apr 20, 2024
@tmszi tmszi merged commit 5f6977e into OSGeo:main Apr 20, 2024
26 checks passed
@tmszi tmszi deleted the fix-db-odbc-driver-mysql-db-set-ansi-sql-mode branch April 20, 2024 19:29
tmszi added a commit to tmszi/grass that referenced this pull request Apr 22, 2024
lindakarlovska pushed a commit to lindakarlovska/grass that referenced this pull request Apr 29, 2024
…o#3635)

Which allow to use SQL standard double quotes instead of backticks for
escaping column name.
@neteler neteler changed the title db/drivers/odbc: set ODBC MySQL DB backend SQL ANSI_QUOTES MODE lib/db: set ODBC MySQL DB backend SQL ANSI_QUOTES MODE in odbc driver Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working C Related code is in C database Related to database management module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants