-
**Describe the bug**
When we use pymssql 2.2.8 on Linux machines, non unicode strings returns in **ISO 8859-1** encoding
**To Reproduce**
```
import pymssql
conn = pymssql.connect('server', '…
-
**Describe the bug**
We are unable to to connect to a locally hosted SQL Server with connection metadata registered in the Airflow UI.
source = aql.Table(name=TABLE_NAME, conn_id=CONNECTION_ID) fai…
-
Pandas read SQL functions internally convert params to a list in pandas.io.sql._convert_params().
However on pymssql, params must be a tuple or dictionary. Stacktrace below.
```
Traceback (most rec…
-
l.c
cythoning src/pymssql/_pymssql.pyx to src/pymssql/_pymssql.c building 'pymssql._mssql' extension
creating build/temp.linux-aarc…
-
One of our hackers can't connect to the database after running docker-compose up. It's not clear why. The db container looks like it's launching fine, and we haven't done changed any environment set…
-
**not Recognized as the name of a cmdlet**
I am trying configure SQAON in azure VMs. I installed dbatools in windows target machine. In the source i installed pymssql, it is the mandatory pre-req to …
-
# 🚀 feature request
### Relevant Rules
The `whl_installer` Python program needs to be updated.
### Description
whl_installer should be aware of the selected full Python version (..) when r…
-
[ERROR] Runtime.ImportModuleError: Unable to import module 'lambda_function': No module named 'pymssql._pymssql' Traceback (most recent call last)
-
**Describe the bug**
When using pymssql version 2.2.8 it freeze on connection, with no error, no timeout, just hang there forever.
**To Reproduce**
database_connection = f"mssql+pymssql://{_USERN…
-
**Describe the bug**
We have an issue related frequently using `pip install pymssql` directly on **Mac M1 or M2 (OS)**.
If we check [`test_macos.yml`](https://github.com/pymssql/pymssql/blob/maste…