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

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,...

File "/Users/paulogentil/django-maker/BackendCreator/MapFramework/MapDb.py", line 3, in import pyodbc as dtb ImportError: dlopen(/Users/paulogentil/patovenv/lib/python3.7/site-packages/pyodbc.cpython-37m-darwin.so, 2): Library not loaded: /usr/local/opt/unixodbc/lib/libodbc.2.dylib Referenced from: /Users/paulogentil/patovenv/lib/python3.7/site-packages/pyodbc.cpython-37m-darwin.so Reason: image not found -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= I tried to install unixodbc and...

Installation fails on Mac OS 11.0 It seems the binary have not been released yet. Manual installation fails as well from whl file : > ERROR: pyodbc-4.0.30-cp39-cp39-macosx_10_9_x86_64.whl is not a...

Investigating

... as the comment suggests: https://github.com/mkleehammer/pyodbc/blob/a4b0b75dc88c910ed69561038bc21fe0ce7da00e/src/getdata.cpp#L95 Ideally a configured value of 0 (or -1) would mean: use `columnSize * cbElement`. This would help to work around a bug in the...

Request
Environment or Driver Issue

### Environment - Python: 3.8.10 (64-bit) - pyodbc: 4.0.32 - OS: Windows 10 Enterprise - DB: Microsoft SQL Server 2014 - driver: ODBC Driver 17 for SQL Server (version 2017.174.01.01)...

Investigating

### Environment - Python: 3.9 - pyodbc: 4.0.32 - OS: RHEL8 (UBI8 - https://catalog.redhat.com/software/containers/ubi8/ubi/5c359854d70cc534b3a3784e) - DB: MySQL - driver: MySQL ODBC driver 8.0.22 ### Issue Connecting to MySQL using pyodbc...

Environment or Driver Issue

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,...

Could you move the buildsystem to [PEP517](https://peps.python.org/pep-0517/)?

Request

I have python installed as virtual application (App-V) on my virtual machine. Python: 3.8.1 OS: Windows 10 I have installed pyodbc version 4.0.32 without any errors/issues. When I try to...

### Environment - Python: 3.6.3 - pyodbc: 4.0.21 - OS: Debian Testing - DB: PostgreSQL - driver: PostgreSQL Unicode ### Issue I'm trying to _prepare_ some functions in a `prepare-postgres.sql`...

Investigating