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
{{ message }}
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
Following discussion from #319 (comment)
SQLAlchemy uses
SELECT @@transaction_isolation
in:Most probably this is relevant to #563 and could be somehow worked around (returning value that is not
None
?), but a workaround is unknown.Here is a python snippet to reproduce this.
The text was updated successfully, but these errors were encountered: