diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-08-08 22:21:02 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-08-08 22:21:02 +0000 |
| commit | a04da2a417726055da205bd604a1993eb4fd9887 (patch) | |
| tree | 1b106d1a624599cdfdd62abcacbee8948b22da3c /lib/sqlalchemy/sql/util.py | |
| parent | cbdccb7fd26da432ddf43ae1820656505acad37e (diff) | |
| download | sqlalchemy-a04da2a417726055da205bd604a1993eb4fd9887.tar.gz | |
- added **kw to ClauseElement.compare(), so that we can smarten up the "use_get" operation
- many-to-one relation to a joined-table subclass now uses get()
for a simple load (known as the "use_get" condition),
i.e. Related->Sub(Base), without the need
to redefine the primaryjoin condition in terms of the base
table. [ticket:1186]
- specifying a foreign key with a declarative column,
i.e. ForeignKey(MyRelatedClass.id) doesn't break the "use_get"
condition from taking place [ticket:1492]
Diffstat (limited to 'lib/sqlalchemy/sql/util.py')
0 files changed, 0 insertions, 0 deletions
