pyodbc
pyodbc copied to clipboard
Python ODBC bridge
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...
... 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...
### 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)...
### 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...
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,...
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`...