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.
2 parents 5813139 + 1f95abe commit d179c40Copy full SHA for d179c40
CHANGES.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 1.1.2
4
+
5
+* Pinned pymssql version to <=2.3.0 for Python 3.8 compatibility
6
7
## 1.1.1
8
9
* Resolve issue where query is sometimes missing
pack.yaml
@@ -6,7 +6,7 @@ keywords:
- Postgres
- MySQL
- MsSQL
-version: 1.1.1
+version: 1.1.2
10
author: Encore Technologies
11
email: [email protected]
12
python_versions:
requirements.txt
@@ -1,6 +1,6 @@
sqlalchemy
psycopg2 <=2.8
pymysql
-pymssql<3.0
+pymssql<=2.3.0
cx_Oracle<=7.3.0
fdb
0 commit comments