[sqlalchemy] Re: Attribute inheritance problem - IRC comment

2009-07-30 Thread Tomasz Jezierski - Tefnet
Dnia 2009-07-29, Śr o godzinie 11:24 -0400, Michael Bayer pisze: Tefnet Developers wrote: [10:00] jezier stepz_: in for m in mapper.polymorphic_iterator(): you get random order i think While I haven't tested this, based on inspection it should only be random within one level of

[sqlalchemy] Re: Attribute inheritance problem - IRC comment

2009-07-30 Thread Tomasz Jezierski - Tefnet
Dnia 2009-07-29, Śr o godzinie 11:24 -0400, Michael Bayer pisze: Tefnet Developers wrote: [10:00] jezier stepz_: in for m in mapper.polymorphic_iterator(): you get random order i think While I haven't tested this, based on inspection it should only be random within one level of

[sqlalchemy] Re: Attribute inheritance problem - IRC comment

2009-07-29 Thread Tefnet Developers
A short discussion from #sqlalchemy at freenode: [09:48] filip hi, could somebody please run http://filip.eu.org/sqlawtf.py and tell me whether an exception is being raised? [09:49] filip because on my machines it is, and on zzzeek's it is not... [09:55] stepz_ filip: I looked at that a

[sqlalchemy] Re: Attribute inheritance problem - IRC comment

2009-07-29 Thread Michael Bayer
Tefnet Developers wrote: [10:00] jezier stepz_: in for m in mapper.polymorphic_iterator(): you get random order i think While I haven't tested this, based on inspection it should only be random within one level of hierarchy, which shouldn't cause this issue. e.g. D - B - A E - C -