From 3db84b174ad9a6c7ba64a8dfd1746905651ca04f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awek=20Ehlert?= Date: Wed, 2 Apr 2014 13:45:53 -0400 Subject: - cx_Oracle.makedsn can now be passed service_name; squash commit of pr152 --- doc/build/changelog/changelog_10.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/build') 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 @@ -23,6 +23,14 @@ series as well. For changes that are specific to 1.0 with an emphasis 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=`` + to the URL. Pull request courtesy Sławomir Ehlert. + .. change:: :tags: feature, mysql :tickets: 3155 -- cgit v1.2.1