]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- insert() and update() constructs can now embed bindparam()
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 23 Oct 2009 01:08:02 +0000 (01:08 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 23 Oct 2009 01:08:02 +0000 (01:08 +0000)
commita43a0e8b68c28b72404e85e4b4e8999443dd3fc5
treef203e49eb40aaa6858eb969f625eeb899ac9c3c6
parent9ae821ee660a2d03cae591798c05cfdbd8bb3ca6
- insert() and update() constructs can now embed bindparam()
      objects using names that match the keys of columns.  These
      bind parameters will circumvent the usual route to those
      keys showing up in the VALUES or SET clause of the generated
      SQL. [ticket:1579]
CHANGES
lib/sqlalchemy/dialects/oracle/base.py
lib/sqlalchemy/sql/compiler.py
test/sql/test_select.py