flask-sqlalchemy
flask-sqlalchemy copied to clipboard
Switched from _app_ctx_stack to flask.g
This PR addresses the incompatibilities mentioned in #1068 by using the flask.g object instead of _app_ctx_stack.top.