]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- restored old "column_property()" ORM function (used to be called
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Apr 2007 22:26:39 +0000 (22:26 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Apr 2007 22:26:39 +0000 (22:26 +0000)
commit146e0515d8c8f991857fb3cf27a6b9a5583d25d1
tree4948f1b6f1efae8a8678d7834b335ff13a6b5140
parent8d5a0729abff9fe4ac86f49d810564037a68b0e3
- restored old "column_property()" ORM function (used to be called
"column()") to force any column expression to be added as a property
on a mapper, particularly those that aren't present in the mapped
selectable.  this allows "scalar expressions" of any kind to be
added as relations (though they have issues with eager loads).
CHANGES
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/sql.py
test/orm/mapper.py