Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

[SQLAlchemy] SELECT @@transaction_isolation support or workaround #564

Closed
bzz opened this issue Nov 28, 2018 · 0 comments
Closed

[SQLAlchemy] SELECT @@transaction_isolation support or workaround #564

bzz opened this issue Nov 28, 2018 · 0 comments
Assignees
Labels

Comments

@bzz
Copy link

bzz commented Nov 28, 2018

Following discussion from #319 (comment)

SQLAlchemy uses SELECT @@transaction_isolation in:

  • get_isolation_level

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants