pyodbc
pyodbc copied to clipboard
Python ODBC bridge
This is a follow-up PR for issue #167, which has had a PR submitted already (#168). When testing this modified `pyodbc` package locally I found that the `coldescription` attribute of...
- Python: 3.8 - pyodbc: latest - OS: Windows10 64bit - DB:mssql 2016 - driver:
- Python: 64 bit (i think) - pyodbc: 4.0.0 - OS: windows - DB: honeywell PHD - driver: PHD Driver x64 So I am pretty new to python and pyodbc,...
I'd like to look into splitting the codebase into Python 2 and Python 3 and modernizing the 3 version. There used to be a *huge* number of Python 2 downloads...
### Environment - Python: 3,7 - pyodbc: 4.0.32 - OS: ubuntu 18.04.6 lts - DB: mssql server - driver: ODBC Driver 17 for SQL Server ### Issue I have a...
### Environment - Python: 3.8 - pyodbc: 4.0.31 - OS: Windows - DB: Db2 for i 7.4 - Driver: iAccess Client Solutions ### Issue Time fields that are 24:00:00 are...
I started facing this issue when I brew updated my system. When I try to connect to sql server: cnxn = pyodbc.connect('DRIVER='+driver+';SERVER=127.0.0.1,1433;DATABASE='+database+';UID='+username+';PWD='+ password) I get the following error: pyodbc.OperationalError: ('08001',...
### 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.7.7 - pyodbc: 4.0.30...
### Environment - Python: 3.6.8 - pyodbc: 4.0.30 - unixodbc: 2.3.7 - OS: Ubuntu 18.04 - DB: SQL Server Azure - driver: ODBC Driver 17 for SQL Server ### Issue...
Useful for some when returning values directly as JSON