Hi,
I am trying to translate to sqlalchemy my queries having on object
level clauses like the "a.b.c.d == some_value" where a is instance of
class A, b - instance of class B and...
How such queries can be expressed in sqlalchemy code (supposing that
every class is mapped to its own table)? Are there some possibility SA
to automagically guess the needed joins when generating appropriate sql
select?
Thanks in advance
StefanB


--~--~---------~--~----~------------~-------~--~----~
 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