You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SQLAlchemy documentation on Transaction Isolation Levels states that SQLAlchemy dialects should support these isolation levels as well as autocommit to as great a degree as possible.
The following methods should be added to class IngresDialect:
The SQLAlchemy documentation on Transaction Isolation Levels states that
SQLAlchemy dialects should support these isolation levels as well as autocommit to as great a degree as possible.
The following methods should be added to class IngresDialect:
Reference: interfaces.py
The text was updated successfully, but these errors were encountered: