]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix passing literal_binds flag through for update and insert
authorTim Tate <timttate@gmail.com>
Tue, 2 Feb 2016 23:20:02 +0000 (15:20 -0800)
committerTim Tate <timttate@gmail.com>
Tue, 2 Feb 2016 23:40:07 +0000 (15:40 -0800)
commitc9b03fa8afd52646aba8c59fc038330eeee6db60
tree71ee7ebc3c7b226b7ddf226da4000683e30255d8
parent9149fd062b8b5f4d84902b4581288ab991fd25ce
fix passing literal_binds flag through for update and insert
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/crud.py
test/sql/test_compiler.py