]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- mapping to a select() construct now requires that you
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Oct 2009 19:08:35 +0000 (19:08 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Oct 2009 19:08:35 +0000 (19:08 +0000)
commitcf6c66e70ea406a27c4a8d5b79f9c629a62320fc
tree3db2c7aeaf4947bfd540396a8e92264a835f72e5
parentc5571ab19a155f0c11381d65edc07c16902f3fad
- mapping to a select() construct now requires that you
make an alias() out of it distinctly.   This to eliminate
confusion over such issues as [ticket:1542]
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/test_mapper.py
test/orm/test_selectable.py