]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
new synonym() behavior, including auto-attribute gen, attribute decoration,
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Nov 2007 21:13:35 +0000 (21:13 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Nov 2007 21:13:35 +0000 (21:13 +0000)
commit4ee70702230244569913da0de64f988ff0de06b8
tree885f8cb1ee032214a69923c35e872c16f0ef5e21
parentd56e11ffe290515e44d8bdeda76f06ff87a2b096
new synonym() behavior, including auto-attribute gen, attribute decoration,
and auto-column mapping implemented; [ticket:801]
CHANGES
doc/build/content/mappers.txt
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
test/orm/mapper.py
test/orm/unitofwork.py