Is there a mechanism for converting all lazy=False relationships for a
particular Query into subqueryloads?

In general, I want these lazy=False, but for the case of FOR UPDATE
and Oracle 8, the three aren't compatible.

(I suspect not since I couldn't find documentation for it.)

If not, suppose I have a subclassed "MyQuery".  Would finding and
converting these via a query method be fairly straightforward?  (I
suspect these may not be resolved until later)  Can you suggest a
better approach?

Kent

-- 
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 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to