Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.1.2

* Pinned pymssql version to <=2.3.0 for Python 3.8 compatibility

## 1.1.1

* Resolve issue where query is sometimes missing
Expand Down
2 changes: 1 addition & 1 deletion pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- Postgres
- MySQL
- MsSQL
version: 1.1.1
version: 1.1.2
author: Encore Technologies
email: code@encore.tech
python_versions:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sqlalchemy
psycopg2 <=2.8
pymysql
pymssql<3.0
pymssql<=2.3.0
cx_Oracle<=7.3.0
fdb
Loading