]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- some good inlinings to the whole cascade_iterator() thing.
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Dec 2010 17:14:23 +0000 (12:14 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Dec 2010 17:14:23 +0000 (12:14 -0500)
commit182fc1a7c6fcb39593fed982b3e40de59712ec99
tree355cd8834878f7155eb0ea7c97b27b275f560c2a
parent2e7a54d6fbfe9260887a0eb848e296e3b5e59c47
- some good inlinings to the whole cascade_iterator() thing.
cascade_iterator() should probably not yield the "instance" at all
and only deal in states.   30-40K methods taken off the orm2010 test.
lib/sqlalchemy/dialects/sqlite/base.py
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/orm/unitofwork.py
test/perf/orm2010.py