]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- changelog for #3621 fixes #3621
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Feb 2016 22:29:42 +0000 (17:29 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Feb 2016 22:29:42 +0000 (17:29 -0500)
doc/build/changelog/changelog_10.rst

index 320cb7f2af00938f595e2de81fa40b4c676aa133..15996be21ec0928be246501409608fc4df213f45 100644 (file)
     :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