i found some discrepancies which may or may not be a bug.
When a many2many implicit assoc via secondary_table is setup with 
view_only=True:
 a) proploader.remote_side contains only the primaryjoin item (which 
is probably ok, i dont know what it's used for), so i have to dig 
secondary_synchronize_pairs

 b) the query(A).filter( A.m2mx.contains( someX))
produces 
...WHERE ... AND "mmt_B_h_2_X_1".right_id = "X".db_id
instead of 
...WHERE ... AND "mmt_B_g_2_X_1".right_id = ?

is b) bug or intentional?
if intentional, how i can do that ?

svil

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
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