Re: [sqlalchemy] Bulk Operations with Joined Table Inheritance

2017-01-25 Thread Robert Sami
On Wed, Jan 25, 2017 at 7:02 AM, mike bayer wrote: > > > On 01/24/2017 07:40 PM, Robert Sami wrote: > >> Thanks for the response Mike, >> >> I agree that using Core is pretty clean. One approach I considered was >> the following: >> >> ``` >>

Re: [sqlalchemy] Bulk Operations with Joined Table Inheritance

2017-01-24 Thread Robert Sami
r wrote: > > > On 01/24/2017 04:49 PM, Robert Sami wrote: > >> Hi SQLAlchemy wizards. >> >> I was interested in using the new bulk operations API >> (http://docs.sqlalchemy.org/en/latest/orm/persistence_techni >> ques.html#bulk-operations) >&

[sqlalchemy] Bulk Operations with Joined Table Inheritance

2017-01-24 Thread Robert Sami
Hi SQLAlchemy wizards. I was interested in using the new bulk operations API (http://docs.sqlalchemy.org/en/latest/orm/persistence_techniques.html#bulk-operations) but was looking for some advice based on my use case. I have a class “FooDerived” which corresponds to a table that is linked to