]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- inline optimizations added to locate_dirty() which can greatly speed up
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Oct 2007 17:24:08 +0000 (17:24 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Oct 2007 17:24:08 +0000 (17:24 +0000)
commit7fac6542c5b6501ef23e8b79d50cc748de573d81
tree60e7f8c46d16ef11f8a7c7b7e9c85a2e55f59b48
parentdac7ab4a0f696d316a57f08aef324600053aee54
- inline optimizations added to locate_dirty() which can greatly speed up
  repeated calls to flush(), as occurs with autoflush=True [ticket:816]
CHANGES
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/unitofwork.py
test/orm/session.py