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 was archived by the owner on May 7, 2024. It is now read-only.
First of all, thanks for this nice wrapper. It really works like a charm.
However, I have a problem to get it going with session-less queries, like so
I will get the
AttributeError: 'flask_scoped_session' object has no attribute '_autoflush'I guess the problem is that your wrapper around the session does not let 'shine through' certain trickery of the native sqlaclhemy.Session.
I am using flask_sqlalchemy_session version 1.1.