From 06713c91e5708b81c98d4d5032c24096eb8aa43a Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Fri, 18 Aug 2017 15:49:00 -0600 Subject: [PATCH] Don't prevent connection from being explicitly closed when a fatal error has taken place (https://github.com/oracle/python-cx_Oracle/issues/67). --- odpi | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/odpi b/odpi index 8a780d8..dfa763c 160000 --- a/odpi +++ b/odpi @@ -1 +1 @@ -Subproject commit 8a780d8d32523871b2df23e3cdb6f26533155338 +Subproject commit dfa763c343a64e85c60bda1cae93af35e9967b9d diff --git a/setup.py b/setup.py index ba78798..b333dfb 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ except: from distutils.extension import Extension # define build constants -BUILD_VERSION = "6.0.1" +BUILD_VERSION = "6.0.2" # setup extra link and compile args extraLinkArgs = []