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

fix: use information_schema instead of pg_catalog for dialect detection #1708

Merged
merged 1 commit into from
Feb 21, 2022

Conversation

olavloite
Copy link
Collaborator

Automatic dialect detection should not rely on pg_catalog being present in the information_schema to determine that it is a PostgreSQL database. Instead, the presence of an upper/lower case INFORMATION_SCHEMA / information_schema should be used to determine which of the two dialects is being used.

@olavloite olavloite requested a review from a team as a code owner February 21, 2022 17:56
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/java-spanner API. label Feb 21, 2022
Copy link
Contributor

@ansh0l ansh0l left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@olavloite olavloite merged commit 91e157a into main Feb 21, 2022
@olavloite olavloite deleted the use-information-schema-for-dialect-detection branch February 21, 2022 18:21
gcf-owl-bot bot added a commit that referenced this pull request Nov 10, 2022
Source-Link: googleapis/synthtool@fbc8bfe
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:e76136cc48f90aa19ba29cdfbd4002111467e44a1c9d905867d98dafafbd03bb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants