]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added has_key to RowProxy, + caching of key lookups
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 May 2006 00:13:12 +0000 (00:13 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 May 2006 00:13:12 +0000 (00:13 +0000)
commit3b5ba3870ee5a27d10422b29befebc1143a7f571
tree2c56e4495dfff8f56af8fbc464a537143e8176f0
parent8270e0a4580bd33a55252fe2955e3cb189b6a498
added has_key to RowProxy, + caching of key lookups
fix for mapper translate_row for deferred columns
continuing with the "polymorph-tizing" of the unit of work, dependency processing accesses objects on each target task polymorphically
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/unitofwork.py
test/inheritance.py
test/select.py