]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added "contains_alias()" option for result set mapping to an alias of the mapped...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Feb 2007 02:12:46 +0000 (02:12 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Feb 2007 02:12:46 +0000 (02:12 +0000)
commitfa46e0ec667bcaeb95f54280efb61be799977e54
treea2f68e3e82062a8ab65435d16b84450f88eb8ba5
parentae000fb5501f22fd2a3e50a513eb855142ccc8cd
- added "contains_alias()" option for result set mapping to an alias of the mapped table
CHANGES
doc/build/content/adv_datamapping.txt
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/mapper.py
test/orm/mapper.py