I am mapping 3 tables linearly. The first 2 have a many-to-many
relation and the last one is a one-to-one relation.
I would like to get all the distinct entries from the third table.

I was not able to figure how to do the mapping. So, I tried by doing
my own set of entries outside of SA but when I am trying to retreive
the infos from the third table using "in_", my query is too long to be
executed.

How is it possible to do the kind of mapping I would like?

thank you very much,
Mathieu

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