]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add tests to ensure SELECT of dynamic collection not emitted
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Dec 2012 23:40:06 +0000 (18:40 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Dec 2012 23:40:06 +0000 (18:40 -0500)
commit5b23a6808041ff90e2097e2cb37188d4845828f4
treee5732791a83f505185fd3c7a622aae01cb083ea7
parentefbbe88705eb19d68b587aae6dfb60cfe4356edb
- add tests to ensure SELECT of dynamic collection not emitted
on regular append/remove history
- fix the real cause of the original #2637 issue, backrefs call upon
the "pop()" method now which wasn't implemented for Dynamic
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/dynamic.py
test/orm/test_dynamic.py