Hi,

Sorry Michael i was unclear on this - i tested on 4 drivers:

psycopg2,
pg8000,
mysql-python (1.2.3c1),
oursql (0.9.2)
mysql-connector (0.1.5)

on pg drivers everything works fine, on both on them, every single
mysql driver fails.

the problem is solvable by passing passive_deletes=True, to my
mappings, but as i understand - this is not a proper solution, and it
raises question why it works on pg drivers without issue.

If you want i can give you link to open source app where the problem
exists, its installable just by hg pull, and setup-app command for
tests.

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