]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fixed ticket 72, where a copied clause was using the identical bind param object...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Feb 2006 02:25:42 +0000 (02:25 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Feb 2006 02:25:42 +0000 (02:25 +0000)
commit770ec1ce7aaadffe6a98ddc581d1b05d2657a2e4
tree8c2580115fa9438804815c0587aa047aab1ee600
parent6bdf9e7eb3e2b8736b34598382536a0a6dbc122e
fixed ticket 72, where a copied clause was using the identical bind param object thereby screwing up a generated statement that included both the original clause and the copied clause, when positional parameters were used
lib/sqlalchemy/sql.py
test/manytomany.py