[go: up one dir, main page]

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(cloudsql): make connections commit as you go #9160

Merged
merged 3 commits into from
Feb 22, 2023

Conversation

jackwotherspoon
Copy link
Contributor
@jackwotherspoon jackwotherspoon commented Feb 22, 2023

SQLAlchemy v2 is now commit as you go meaning .execute commands are no longer auto-commit and must be followed up with a .commit for the statement or query to be performed.

This was missed as part of #9087

@jackwotherspoon jackwotherspoon self-assigned this Feb 22, 2023
@jackwotherspoon jackwotherspoon requested a review from a team February 22, 2023 15:12
@jackwotherspoon jackwotherspoon requested a review from a team as a code owner February 22, 2023 15:12
@product-auto-label product-auto-label bot added api: cloudsql samples Issues that are directly related to samples. labels Feb 22, 2023
@jackwotherspoon jackwotherspoon merged commit 7c183c0 into main Feb 22, 2023
@jackwotherspoon jackwotherspoon deleted the fix-cloudsql-samples branch February 22, 2023 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: cloudsql samples Issues that are directly related to samples.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants