]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
attributes.get_history now reports some zero-length slots as the empty tuple rather...
authorJason Kirtland <jek@discorporate.us>
Mon, 18 Aug 2008 18:57:05 +0000 (18:57 +0000)
committerJason Kirtland <jek@discorporate.us>
Mon, 18 Aug 2008 18:57:05 +0000 (18:57 +0000)
commitee7366611bb8b40609f7fa4c3eb1b6db17a92db9
tree61cc07a2b8493b623ec91f5931ee04e188bed18a
parent5ba782841e4d10533632ba15822a4a12e22f2c7b
attributes.get_history now reports some zero-length slots as the empty tuple rather than an empty list. nice speed boost and memory reduction.
CHANGES
lib/sqlalchemy/orm/attributes.py
test/orm/attributes.py
test/orm/expire.py
test/orm/extendedattr.py