-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: Add Copy command parsing in QueryMessage and basic psql e2e test #43
Merged
Commits on Feb 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d787ea3 - Browse repository at this point
Copy the full SHA d787ea3View commit details
Commits on Feb 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0692526 - Browse repository at this point
Copy the full SHA 0692526View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79f75a0 - Browse repository at this point
Copy the full SHA 79f75a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8887b4c - Browse repository at this point
Copy the full SHA 8887b4cView commit details
Commits on Feb 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5d23d9a - Browse repository at this point
Copy the full SHA 5d23d9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5ad9be - Browse repository at this point
Copy the full SHA e5ad9beView commit details -
Configuration menu - View commit details
-
Copy full SHA for a67add4 - Browse repository at this point
Copy the full SHA a67add4View commit details
Commits on Feb 23, 2022
-
Merge branch 'postgresql-dialect' of https://github.com/GoogleCloudPl…
…atform/pgadapter into copyparse
Configuration menu - View commit details
-
Copy full SHA for 086d299 - Browse repository at this point
Copy the full SHA 086d299View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f77682 - Browse repository at this point
Copy the full SHA 4f77682View commit details -
Configuration menu - View commit details
-
Copy full SHA for 169f2bb - Browse repository at this point
Copy the full SHA 169f2bbView commit details -
fix: do not return Ready response for Copy messages
Copy messages should not respond with a Ready response, only with its own specific Copy responses. Failure to do so can cause the calling client to think that the operation has already finished, which again can cause the entire copy operation to fail if the connection is closed directly after receiving the Ready response. Also the current Copy operation should not execute a rollback if something fails, as it is operating in auto-commit mode. Trying to rollback when in auto-commit mode will cause an error.
Configuration menu - View commit details
-
Copy full SHA for f3d3c67 - Browse repository at this point
Copy the full SHA f3d3c67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b1b5d1 - Browse repository at this point
Copy the full SHA 4b1b5d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 774d367 - Browse repository at this point
Copy the full SHA 774d367View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26174dd - Browse repository at this point
Copy the full SHA 26174ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for d99c3c5 - Browse repository at this point
Copy the full SHA d99c3c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a7f121 - Browse repository at this point
Copy the full SHA 2a7f121View commit details -
Adding /*GSQL*/ prefix to information schema query to get spanner types
instead of PG types.
Configuration menu - View commit details
-
Copy full SHA for 954e9f1 - Browse repository at this point
Copy the full SHA 954e9f1View commit details
Commits on Feb 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1e905ef - Browse repository at this point
Copy the full SHA 1e905efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90c3a66 - Browse repository at this point
Copy the full SHA 90c3a66View commit details -
Configuration menu - View commit details
-
Copy full SHA for f08c664 - Browse repository at this point
Copy the full SHA f08c664View commit details -
Configuration menu - View commit details
-
Copy full SHA for 749265f - Browse repository at this point
Copy the full SHA 749265fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.