Closed bitbyt3r closed 1 month ago
This removes the explicit call to expunge_all prior to returning the page generator. Instead we rely on the SessionManager to call session.close() during __exit__ which should also handle expunging objects.
__exit__
This removes the explicit call to expunge_all prior to returning the page generator. Instead we rely on the SessionManager to call session.close() during
__exit__
which should also handle expunging objects.