]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added "bind" keyword argument to insert(), update(), delete();
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Mar 2008 20:57:32 +0000 (20:57 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Mar 2008 20:57:32 +0000 (20:57 +0000)
commit793b7c2e6b177a9f6653dc36600f1e5bea051a96
tree00db49fe3f737cfe8635ad300c217c3442f2c678
parent41e754222070ef7ee9110458937660ecd993c1b0
- added "bind" keyword argument to insert(), update(), delete();
.bind property is settable on those as well as select().
CHANGES
doc/build/content/sqlexpression.txt
lib/sqlalchemy/sql/expression.py