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
trafficstars

sqlitetests.py is having statement from testutils import *. There is no testutils module to import. Earlier in the releases like 4.0.35 the module was present.

I came across this issue while I was building a FastAPI application while using aioodbc to fetch data from a sql server database. But I think it is actually fundamentally...

I'm having trouble using pyodbc to connect to a SQL database using Microsoft Entra MFA through my company. When I connect using SSMS, I select Database Engine as server type,...

### Environment - Python: 3.10 - pyodbc: 5.1.0 - OS: Ubuntu - DB: MS SQL Server - driver: msodbcsql ### Issue `datetime` objects with 3 digits of milliseconds can be...

Environment or Driver Issue

We successfully added a step in the web app's Dockerfile to install the ODBC driver, and the application worked as expected. However, when applying the same step to the function...

Hello everyone, first of all thanks for the hard work, I've been using this library for so long and it's awesome. Since the last update to pyodbc version 5, the...

Environment or Driver Issue
v5 .connect() behavior

### Issue This error happening when I try to run pyodbc create table in IBM Netezza Data warehouse. root@7c04c45d49c2:/opt# python3 main.py Traceback (most recent call last): File "/opt/main.py", line 4,...

I understand that pyodbc uses a connection string looking like `DRIVER={ODBC Driver 18 for SQL Server};SERVER=myserver;DATABASE=mydb;UID=scott;PWD=tiger` But sqlalchemy has popularized its own URI scheme for database connections, something like `mssql+pyodbc://scott:tiger@myserver/mydb?driver=ODBC+Driver+18+for+SQL+Server`...

Please first make sure you have looked at: * Documentation: https://github.com/mkleehammer/pyodbc/wiki * Other issues ### Environment To diagnose, we usually need to know the following, including version numbers. On Windows,...

### Environment - Python: 3.11.10 - pyodbc: 5.2.0 - OS: Ubuntu 22.04.5 LTS - DB: MS SQL Server - driver: ODBC Driver 17 for SQL Server ### Issue I am...