From 94ed5aba28c611a7b5e7f20e760c891ab7146c36 Mon Sep 17 00:00:00 2001 From: Dylan Lundquist Date: Tue, 27 May 2025 16:22:51 -0600 Subject: [PATCH 1/6] Pinned pymssql version to sub 2.3.2 for Python 3.8 compatibility --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f4c8b3d..7155211 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ sqlalchemy psycopg2 <=2.8 pymysql -pymssql<3.0 +pymssql<=2.3.2 cx_Oracle<=7.3.0 fdb From 0d8342efb52d109bbb31aa4e42827f055653fe89 Mon Sep 17 00:00:00 2001 From: Dylan Lundquist Date: Tue, 27 May 2025 16:46:54 -0600 Subject: [PATCH 2/6] updated pack minor version --- pack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.yaml b/pack.yaml index 1aa21db..64cf433 100644 --- a/pack.yaml +++ b/pack.yaml @@ -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: From aea9cee917d7ff2752e1e034bb985ba204013911 Mon Sep 17 00:00:00 2001 From: Dylan Lundquist Date: Tue, 27 May 2025 16:47:54 -0600 Subject: [PATCH 3/6] updated CHANGES.md --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 49b063d..284a617 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Change Log +## 1.1.2 + +* Pinned pymssql version to <=2.3.2 for Python 3.8 compatibility + ## 1.1.1 * Resolve issue where query is sometimes missing From 9ea7e1c5286b26c3321f9a212a4d85559718c4da Mon Sep 17 00:00:00 2001 From: Dylan Lundquist Date: Wed, 25 Jun 2025 17:08:25 -0600 Subject: [PATCH 4/6] reduced version further as 2.3.2 still has minor incompatibility with cython and psycopg2 --- CHANGES.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 284a617..ae518cb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ ## 1.1.2 -* Pinned pymssql version to <=2.3.2 for Python 3.8 compatibility +* Pinned pymssql version to <=2.3.0 for Python 3.8 compatibility ## 1.1.1 diff --git a/requirements.txt b/requirements.txt index 7155211..452c4b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ sqlalchemy psycopg2 <=2.8 pymysql -pymssql<=2.3.2 +pymssql<=2.3.0 cx_Oracle<=7.3.0 fdb From 6c148af1d35c2c07d5568158a6d7004b884658fb Mon Sep 17 00:00:00 2001 From: dylan-bitovi <67594226+dylan-bitovi@users.noreply.github.com> Date: Thu, 26 Jun 2025 11:10:46 -0600 Subject: [PATCH 5/6] Sanity check 2.3.1 Sanity test for 2.3.1 if working. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 452c4b1..ebccb64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ sqlalchemy psycopg2 <=2.8 pymysql -pymssql<=2.3.0 +pymssql<=2.3.1 cx_Oracle<=7.3.0 fdb From 1f95abe5525ac581ff4575b6627e6f594038ccfb Mon Sep 17 00:00:00 2001 From: dylan-bitovi <67594226+dylan-bitovi@users.noreply.github.com> Date: Thu, 26 Jun 2025 11:12:36 -0600 Subject: [PATCH 6/6] Revert 2.3.1 test --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ebccb64..452c4b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ sqlalchemy psycopg2 <=2.8 pymysql -pymssql<=2.3.1 +pymssql<=2.3.0 cx_Oracle<=7.3.0 fdb