]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added expunge() method to objectstore
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Mar 2006 00:17:51 +0000 (00:17 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Mar 2006 00:17:51 +0000 (00:17 +0000)
commitfcbd4f153980384089ce8d519607a1db8e7e8838
tree864dce90ec6b0ce420bc6f055bb7e17f667482f1
parent03bb7a9641eb936fc6f5867a9df57f348aa674c9
added expunge() method to objectstore
correction in attributes reset_history to really reset in all cases
added unit tests testing refresh()/expire() bug that was fixed by reset_history thing
lib/sqlalchemy/attributes.py
lib/sqlalchemy/mapping/objectstore.py
lib/sqlalchemy/mapping/unitofwork.py
test/mapper.py