On Sep 24, 2007, at 11:48 AM, Huy Do wrote:

>
> Hi,
>
> Is it possible to get SA ORM to return plain python objects (with
> eagerloaded relations and all) but without any attribute  
> instrumentation
> (or anything else magically added by SA).
>


not really.   unless you remove the instrumentation from the classes  
themselves afterwards (a one way operation).

of course you could argue that theres no technical reason the ORM  
shouldnt be able to do this.  there could be some extremely  
specialized rewrite of attributes.py that could do it perhaps, but  
maintaining test coverage for that would be a whole project in itself.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to