flask-sqlalchemy icon indicating copy to clipboard operation
flask-sqlalchemy copied to clipboard

Switched from _app_ctx_stack to flask.g

Open jrast opened this issue 3 years ago • 0 comments

This PR addresses the incompatibilities mentioned in #1068 by using the flask.g object instead of _app_ctx_stack.top.

jrast avatar Aug 07 '22 12:08 jrast