We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c2165 commit c17033bCopy full SHA for c17033b
CHANGES.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 0.1.3
4
+
5
+- Pinned cx_Oracle<=7.3.0. Addresses #9
6
7
## 0.1.2
8
9
- Fixed issue with generic query where connection was being closed before query results were returned.
pack.yaml
@@ -6,7 +6,7 @@ keywords:
- Postgres
- MySQL
- MsSQL
-version: 0.1.2
+version: 0.1.3
10
author: Encore Technologies
11
email: [email protected]
12
python_versions:
requirements.txt
@@ -2,5 +2,5 @@ sqlalchemy
psycopg2 <=2.7.5
pymysql
pymssql<3.0
-cx_Oracle
+cx_Oracle<=7.3.0
fdb
0 commit comments