]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- many-to-many relationships properly set the type of bind params
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 May 2007 18:27:12 +0000 (18:27 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 May 2007 18:27:12 +0000 (18:27 +0000)
commitcea2e8fa64a52c96607bc20f1a5f5b5b16245787
tree318d0b681979c40ff0d0aa23614846cabdfc7169
parent7de3caf5b93dd347de27373329a406d51155e7f9
- many-to-many relationships properly set the type of bind params
for delete operations on the association table
- many-to-many relationships check that the number of rows deleted
from the association table by a delete operation matches the expected
results
CHANGES
lib/sqlalchemy/orm/dependency.py
test/orm/relationships.py