-
Hi there,
I'm having trouble with a slightly cursed setup. Since we have some binary closed source dependencies (ibm_db... cause... IBM is too small to support ARM? Who knew!).
This means that w…
-
### Apache Airflow Provider(s)
microsoft-mssql
### Versions of Apache Airflow Providers
apache-airflow-providers-microsoft-mssql==3.9.1
### Apache Airflow version
2.9.2
### Operating System
Ubu…
-
**Describe the bug**
Unable to use Managed Identity to authenticate an Azure App Service to an SQL Database using pymssql.
**To Reproduce**
Trying to use Managed Identity to connect an Azure App …
-
Build failed when building wheel for pymssql. The workaround is to install freetds (eg. `brew install freetds` on macOS). No biggie, but may need to add a note in the README. The error is:
```text
…
-
**Describe the bug**
when trying to `pip install pymssql` from pip 24.4 within python 3.13.0, the installation fails with an error message:
![grafik](https://github.com/user-attachments/assets/89c…
-
Issue arises when importing pymssql on Mac M1 Monterey 12.5
To reproduce:
import pymssql
I receive the same error as https://github.com/pymssql/pymssql/issues/751#issue-1158358575
`File "s…
-
**Describe the bug**
I have code that imports `pymssql`. When I run this code I get the following import error indicating that a BCP symbol is missing:
```
% python -m poetry run pytest
==========…
-
**Describe the bug**
When using `bulk_copy` to insert into a table with column that is not `NULL` and provides a `DEFAULT`constraint, that column must also be provided and the default value cannot be…
amgcc updated
2 months ago
-
As per https://github.com/pymssql/pymssql/issues/668, pymssql is now deprecated and won't be receiving any further updates.
-
```
return cursor.fetchall()
File "pymssql.pyx", line 525, in pymssql.Cursor.fetchall (pymssql.c:8300)
OperationalError: Statement not executed or executed statement has no resultset
```
I got …