]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the wrapped memoized_property here was not working, as the attribute name
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Nov 2013 04:24:13 +0000 (23:24 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Nov 2013 04:24:13 +0000 (23:24 -0500)
commit30a50cc46aa836e24ebcbb889cbee583c511af82
tree053c2af8e82434c1e7a616e1a1c55b819aad244b
parent6029496bd3fb78caeab349ef8df5b58f058db16e
- the wrapped memoized_property here was not working, as the attribute name
didn't match.  use straight memoized_props here for now, add a perf test to check it
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/dynamic.py
test/aaa_profiling/test_orm.py
test/perf/orm2010.py
test/profiles.txt