]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- clause adaption hits _raw_columns of a select() (though no ORM tests need this...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 May 2008 16:15:28 +0000 (16:15 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 May 2008 16:15:28 +0000 (16:15 +0000)
commite02114ce4975714454feacc953cb955aaedb6596
treea8eca1b42a5ce44982421fe994bf667d3707dfa9
parent4b6e1a40e5008b369c8da558e51cd8be07cf2c26
- clause adaption hits _raw_columns of a select() (though no ORM tests need this feature currently)
- broke up adapter chaining in eagerload, erroneous "wrapping" in row_decorator.  column_property() subqueries are now affected only by the ORMAdapter for that mapper.  fixes [ticket:1037], and may possibly impact some of [ticket:949]
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/sql/expression.py
test/orm/query.py
test/sql/generative.py