]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- rewritten ClauseAdapter merged from the eager_minus_join branch; this is a much...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Nov 2007 22:13:17 +0000 (22:13 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Nov 2007 22:13:17 +0000 (22:13 +0000)
commit0af3f8f35b5e46f749d328e6fae90f6ff4915e97
tree8773ab5842f1b3ff39a2e05a9e5fc2ea132ec680
parent784eaa108a543602e4e7ad42828e8720106fd26d
- rewritten ClauseAdapter merged from the eager_minus_join branch; this is a much simpler
and "correct" version which will copy all elements exactly once, except for those which were
replaced with target elements.  It also can match a wider variety of target elements including
joins and selects on identity alone.
lib/sqlalchemy/databases/oracle.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/util.py
lib/sqlalchemy/sql/visitors.py
test/profiling/compiler.py
test/profiling/zoomark.py
test/sql/generative.py
test/sql/selectable.py