> the objects you get back, while not eagerly loaded, should still > function pretty well and have lazyloaders attached to its properties; >if all that is working, then im pretty impressed :).
Well, I am happy to report that the lazyloaders do work on the select object queries so that is pretty cool. In addition, in the following way, I can get eager loading. If I do an eagerloading query directly that I know to be a superset of the more complicated query that requires the "builder" methods then the eager loading objects are brought into the session and the more complicated select object-based query utilizes the previously loaded objects that 'possess' eager loading. While it may sound inefficient to do two queries, in some circumstances it appears faster than having to run a lot of individual lazy loading queries (to populate a large table for example). ------------------------------------------------------------------------- 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