From: Mike Bayer Date: Tue, 2 Feb 2016 22:29:42 +0000 (-0500) Subject: - changelog for #3621 fixes #3621 X-Git-Tag: rel_1_1_0b1~98^2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9149fd062b8b5f4d84902b4581288ab991fd25ce;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog for #3621 fixes #3621 --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 320cb7f2af..15996be21e 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -19,6 +19,15 @@ :version: 1.0.12 :released: + .. change:: + :tags: bug, oracle, jython + :tickets: 3621 + + Fixed a small issue in the Jython Oracle compiler involving the + rendering of "RETURNING" which allows this currently + unsupported/untested dialect to work rudimentally with the 1.0 series. + Pull request courtesy Carlos Rivas. + .. change:: :tags: bug, sql :tickets: 3642