Re: [sqlalchemy] Remove all objects of specified type from session

2019-01-29 Thread Mike Bayer
On Tue, Jan 29, 2019 at 2:52 PM Daniel Leon wrote: > > There is the method expunge which removes specified object from session and > expunge_all which removes all objects from session. Is there a way I can > expunge all objects from certain type? > > We're transitioning from SQLObject, which rev

[sqlalchemy] Remove all objects of specified type from session

2019-01-29 Thread Daniel Leon
There is the method expunge which removes specified object from session and expunge_all which removes all objects from session. Is there a way I can expunge all objects from certain type? We're transitioning from SQLObject, which reveals its cache dictionary. There are many places where we 'exp