]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- moved SynonymProperty to interfaces, since its more generalized and synonym-aware...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Feb 2007 00:09:37 +0000 (00:09 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Feb 2007 00:09:37 +0000 (00:09 +0000)
commiteb311db5ec8ac16d3e8e9ca82dea3f2553c20a48
tree4d4b8342b3d748fb521951f4174af2d8a4d40fbc
parent0911d4a61ea5465b2bfcd89abc7b5605b833edb2
- moved SynonymProperty to interfaces, since its more generalized and synonym-aware operations
take place without knowning so much about properties
- mapper options like eagerload(), lazyload(), deferred(), will work for "synonym()" relationships [ticket:485]
CHANGES
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/query.py
test/orm/mapper.py