pyodbc icon indicating copy to clipboard operation
pyodbc copied to clipboard

Python ODBC bridge

Results 131 pyodbc issues
Sort by recently updated
recently updated
newest added

This commit adds support for decoding the SQL Server `sql_variant` data type. Attempting to read records containing `sql_variant` columns in the current version of `pyodbc` (5.1.0) results in the following...

Cannot compile using 3.13: ``` src/params.cpp: In function ‘int PyToCType(Cursor*, unsigned char**, PyObject*, ParamInfo*)’: src/params.cpp:250:36: error: too few arguments to function ‘int _PyLong_AsByteArray(PyLongObject*, unsigned char*, size_t, int, int, int)’ 250...

build/deployment

- Python: 3.12.3 - pyodbc: 5.1.0 - OS: Windows - DB: Microsoft SQL Server - driver: ODBC Driver 17 for SQL Server The following gives a minimal example which shows...

### Environment To diagnose, we usually need to know the following, including version numbers. On Windows, be sure to specify 32-bit Python or 64-bit: - Python: 3.11 - pyodbc: 5.1.0...

Request
Feature

I am running my Python code in Synapse Jupiter notebooks on Azure Synapse. I am trying to connect to Synapse DB with pyodbc library using Managed identity. I am getting...

PY_VERSION_HEX is documented at https://docs.python.org/3/c-api/apiabiversion.html , I think I got it right.

**Environment** * Python: 3.12 * pyodbc: 5.2.0 * OS: RHEL 9.6 * DB: MS SQL Server 2022 * Driver: Microsoft ODBC Driver 18 for SQL Server (18.5.1.1) **Background** We are...

Reproducible Issue

I have 10 to 20 stored procedures present in SSMS which accepts table type parameter. Using python i am creating a dataframe which i am storing in temptable and from...

Since more and more Docker containers tend to use alpine as a base image and this package is often used in Docker, it would be good to have a wheel...

### Environment - Python: 3.10 - pyodbc: 5.2.0 - OS: Ubuntu 22.04 - DB: Informix - driver: InformixClient SDK 4.10 ### Issue Hello together, First i want to thank you...

Environment or Driver Issue
v5 .connect() behavior