Re: [sqlalchemy] Delete fails using automap with joined inheritance

2014-03-28 Thread Michael Bayer
On Mar 28, 2014, at 1:15 AM, Adrian Robert adrian.b.rob...@gmail.com wrote: I have been using the automap extension with postgres, with an inheritance structure using the joined inheritance pattern. I could not figure out a way to have this reflected from the DB so I define the classes for

[sqlalchemy] Delete fails using automap with joined inheritance

2014-03-27 Thread Adrian Robert
I have been using the automap extension with postgres, with an inheritance structure using the joined inheritance pattern. I could not figure out a way to have this reflected from the DB so I define the classes for this part of my schema explicitly, and when automap initializes, these classes