Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

feat: add connection variable for ignoring transaction warnings - #1249

Merged
olavloite merged 1 commit into
mainfrom
add-ignore-warnings-variable
Dec 4, 2024
Merged

feat: add connection variable for ignoring transaction warnings#1249
olavloite merged 1 commit into
mainfrom
add-ignore-warnings-variable

Conversation

@olavloite

Copy link
Copy Markdown
Contributor

Adds a connection variable for ignoring transaction warnings. Also adds a **kwargs argument to the connect function. This will be used for further connection variables in the future.

Fixesgoogleapis/python-spanner-sqlalchemy#494

Adds a connection variable for ignoring transaction warnings. Also adds
a **kwargs argument to the connect function. This will be used for
further connection variables in the future.
Fixesgoogleapis/python-spanner-sqlalchemy#494
@olavloite
olavloite requested review from a teamDecember 3, 2024 17:06
@product-auto-labelproduct-auto-labelBot added the size: s Pull request size is small. label Dec 3, 2024
@product-auto-labelproduct-auto-labelBot added the api: spanner Issues related to the googleapis/python-spanner API. label Dec 3, 2024
@olavloite
olavloite merged commit eeb7836 into mainDec 4, 2024
@olavloite
olavloite deleted the add-ignore-warnings-variable branch December 4, 2024 11:30
@release-pleaserelease-pleaseBot mentioned this pull request Dec 4, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: spannerIssues related to the googleapis/python-spanner API.size: sPull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using SQLAlchemy with AUTOCOMMIT causes warnings from dbapi

3 participants

@olavloite@harshachinta@bhatt4982