]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- some of the refinements from the sa_synonyms branch which will
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Aug 2010 19:14:27 +0000 (15:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Aug 2010 19:14:27 +0000 (15:14 -0400)
commitbb3be98d3bee4b2bcef791be022ddb2510b9cf9c
tree02226772e5927f739cbf5a1ce7996745eb3fd17e
parentc71513ce42d9a5efc621e39e858169ad069e009b
- some of the refinements from the sa_synonyms branch which will
allow the hybrid extension to work, but doesn't re-implement synonym,
comparable_property,concreteinheritedproperty
- mapper.get_property() and _entity_descriptor use plain getattr()
to get at descriptors in all cases, thereby placing more
trust in the ultimate class-bound attribute to provide mapped
properties
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/util.py