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
SQLAlchemy was written through the following pull request: #14
And although it looks like it could've been written with the patcher, the current implementation utilized a different design specific to SQLAlchemy's base session and query classes.
Is there a reason we can't just patch out the sqlalchemy
SessionMaker
with theXRaySessionMaker
?Curious why this is isolated from the rest of the patching.
The text was updated successfully, but these errors were encountered: