Don't prevent connection from being explicitly closed when a fatal error has

taken place (https://github.com/oracle/python-cx_Oracle/issues/67).
This commit is contained in:
Anthony Tuininga 2017-08-18 15:49:00 -06:00
parent 7b6276f5eb
commit 06713c91e5
2 changed files with 2 additions and 2 deletions

2
odpi

@ -1 +1 @@
Subproject commit 8a780d8d32523871b2df23e3cdb6f26533155338
Subproject commit dfa763c343a64e85c60bda1cae93af35e9967b9d

View File

@ -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 = []