]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix to unique bind params, you *can* use the same unique bindparam multiple times
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 7 Dec 2007 16:47:00 +0000 (16:47 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 7 Dec 2007 16:47:00 +0000 (16:47 +0000)
commit7bf90e2f4dc211423a409a747a2392922ed7a9c7
tree87500a8d9d1d4bca626fc7a8e51f6ffe2a4e5a28
parent3715e10bf82786920bf8c018a99221f0d1713b3d
fix to unique bind params, you *can* use the same unique bindparam multiple times
in a statement.  the collision check is strictly detecting non-unique's that happen to have
the same name.
lib/sqlalchemy/sql/compiler.py
test/sql/query.py
test/sql/select.py