]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed session.refresh() with instance that has custom entity_name
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 29 Dec 2007 18:22:21 +0000 (18:22 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 29 Dec 2007 18:22:21 +0000 (18:22 +0000)
commitb528d58d497c100c92c1600349d587f2146dd6c2
tree541e13d3ce8b9881ba58c8019ed5749d2f7e6cf5
parent0875860acd322dce0d947d800889e7aae1376c10
- fixed session.refresh() with instance that has custom entity_name
[ticket:914]
CHANGES
lib/sqlalchemy/orm/session.py
test/orm/entity.py