]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- random performance whacking vs. 0.9, in particular we have to watch
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Mar 2015 19:32:21 +0000 (15:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Mar 2015 19:32:21 +0000 (15:32 -0400)
commita421106c9d1d660af7c5d9aba5928dda20c950e1
tree504426815dc61a86db8ea217a2c9f921fca03599
parenta92f6662b4e15d5924a686a46d1a6d9b7aa958d5
- random performance whacking vs. 0.9, in particular we have to watch
for the slots-based __getattr__ thing getting hit
examples/performance/__init__.py
examples/performance/large_resultsets.py
examples/performance/short_selects.py
lib/sqlalchemy/orm/base.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/selectable.py