Re: [Sqlalchemy-users] Re: bugs...

2006-05-30 Thread Michael Bayer
vladimir - changeset 1554 fixes this. the whole concept of how inheritance is dealt with upon a flush() has been morphing into something completely different from what it was in 0.1, so thats why theres continued glitches with this. im hoping itll be solid within a couple of weeks (esp.

[Sqlalchemy-users] Re: bugs...

2006-05-30 Thread Vladimir Iliev
Michael Bayer wrote: > vladimir - > > changeset 1515 fixes both these issues. > > keep them coming. it fixes the deferred property bug, but the other is still there -- see the attachment. anyways, i think i'm finally ready to switch to sa from our homegrown orm. thanks for your responsiven