diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-02-02 17:29:42 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-02-02 17:29:42 -0500 |
commit | 9149fd062b8b5f4d84902b4581288ab991fd25ce (patch) | |
tree | d2980843105bdd134f5b79956bda7c90223fcbeb | |
parent | 6d58934791eaf56323bebc9b143379b3c4ae0590 (diff) | |
download | sqlalchemy-9149fd062b8b5f4d84902b4581288ab991fd25ce.tar.gz |
- changelog for #3621 fixes #3621
-rw-r--r-- | doc/build/changelog/changelog_10.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 320cb7f2a..15996be21 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -20,6 +20,15 @@ :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 |