]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added "synonym()" function, applied to properties to have a
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Jul 2006 17:09:08 +0000 (17:09 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Jul 2006 17:09:08 +0000 (17:09 +0000)
commite98e878646c809d466ff8cfb256022798e574fb4
treec6c26780e16b4194f9666e65f0c870085da48864
parent2fe8b6fc8b0d41b604e700e4e43df8c258e61cbe
added "synonym()" function, applied to properties to have a
propname the same as another, for the purposes of overriding props
and allowing the original propname to be accessible in select_by().
CHANGES
doc/build/content/adv_datamapping.txt
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/query.py