Using SQLAlchemy with AUTOCOMMIT causes warnings from dbapi #494
Labels
api: spanner
Issues related to the googleapis/python-spanner-sqlalchemy API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Setting the 'isolation level' to AUTOCOMMIT causes the dbapi driver to emit a warning when SQLAlchemy calls COMMIT. This warning should be skipped.
The text was updated successfully, but these errors were encountered: