summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSławek Ehlert <slafs@op.pl>2014-04-02 13:45:53 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-04-02 13:45:53 -0400
commit3db84b174ad9a6c7ba64a8dfd1746905651ca04f (patch)
tree485491a586a3f30861ca1d34a4bc1cca41b27091 /doc
parenta14729266a8b3c9b491c41bc1fe1cb03ccad51af (diff)
downloadsqlalchemy-3db84b174ad9a6c7ba64a8dfd1746905651ca04f.tar.gz
- cx_Oracle.makedsn can now be passed service_name; squash
commit of pr152
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_10.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index ca0ae4d52..10d6dc786 100644
--- a/doc/build/changelog/changelog_10.rst
+++ b/doc/build/changelog/changelog_10.rst
@@ -24,6 +24,14 @@
on compatibility concerns, see :doc:`/changelog/migration_10`.
.. change::
+ :tags: feature, oracle
+ :pullreq: github:152
+
+ Added support for cx_oracle connections to a specific service
+ name, as opposed to a tns name, by passing ``?service_name=<name>``
+ to the URL. Pull request courtesy Sławomir Ehlert.
+
+ .. change::
:tags: feature, mysql
:tickets: 3155