From 150591f9e0a94902cb2a76b68ac7c9d8a1a3ec83 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 3 Feb 2016 11:07:44 -0500 Subject: - add literal_binds for delete() statements in addition to insert()/update() - move tests to CRUDTest - changelog, fixes #3643 --- doc/build/changelog/changelog_10.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 15996be21..6130fdcef 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -19,6 +19,16 @@ :version: 1.0.12 :released: + .. change:: + :tags: bug, sql + :tickets: 3643 + :pullreq: github:232 + + Fixed issue where the "literal_binds" flag was not propagated + for :func:`.expression.insert`, :func:`.expression.update` or + :func:`.expression.delete` constructs when compiled to string + SQL. Pull request courtesy Tim Tate. + .. change:: :tags: bug, oracle, jython :tickets: 3621 -- cgit v1.2.1