> seems this is the month of the many2many relations ;-)
more on the theme: many2many

i have a association of 3 tables, A,B,C. 
one of them (C) may not be present in all assoc_items.
So that column has nullable=True.

The problem is: adding associations to A-objects and saving them 
works; but retrieving omits those records which do not have 3rd item.

The generated sql query is ok, executing it manualy gives proper 
results.

is there some additional logic/filtering in the relation (in 
Instrumentedlist/loader) that does this, or am i missing something, 
or this is bug (and u want a testcase) ?


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