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,...
Hi, I was wondering if you would like to integrate continuous fuzzing by way of OSS-Fuzz? Fuzzing is a way to automate test-case generation and can be used to find...
According to https://pypistats.org/packages/pyodbc , 4.0.34 has been downloaded more than 20 million times in the last 30 days, and 98%+ of those downloads are for Linux. IMO, we really should...
### Issue Getting this particular error for DSN-less connection string for the recent version 4.0.34. It's working with the 4.0.32 version. > ('IM002', '[IM002] [unixODBC][Driver Manager]Data source name not found,...
### 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.6 - 64 bit...
When all columns can be bound and the bandwidth is good enough, this should provide a decent performance improvement, as SQLGetData seems to use a bunch of CPU power. I...
You can set connection-level attributes via `set_attr` but not cursor-level settings. Note that I haven't had time for tests here yet, but can put them together if adding this to...
### Environment - Python: Python 3.11.8 - pyodbc: 5.1.0 (installed in venv via pip) - OS: openSUSE Tumbleweed 20240225 - DB: MariaDB - driver: mariadb-connector-odbc-3.1.10 ### Issue Connection to MariaDB...
i am aable to connect the same db using the odbc driver with isql but i am unable to connect 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,...