the mapper associated with select_table is not getting compiled.  this is a product of the simplification to mapper compilation which compiles all primary mappers when one of them compiles.  bizarely, half a dozen unit tests dont reproduce the simpler condition here; now there is.  try revision 1703.


On Jul 12, 2006, at 2:45 PM, Sol wrote:


from polymorphic import *


create_some_employees()


session.query(Engineer).select()

[Engineer Kurt knows how to hack]


session.query(Employee).select()


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to