pypyodbc icon indicating copy to clipboard operation
pypyodbc copied to clipboard

A pure Python Cross Platform ODBC interface module

Results 58 pypyodbc issues
Sort by recently updated
recently updated
newest added

http://stackoverflow.com/questions/37712307/pyodbc-read-primary-keys-from-ms-access-mdb-database

Can anyone given an example script of connecting to Teradata SQL? I can make it work in pyodbc but not pypyodbc.

On Python 3.5.1: Windows 7 x64: both pyodbc 3.0.10 and pypyodbc 1.3.3 obtain full column names with the below codes CentOS 7 x86-64 (unixODBC 2.3.1-11.el7): pyodbc 3.0.10 gets full column...

Hi, sorry I don't know if this is the best place to post the issue I have seen. I followed the instructions here. https://code.google.com/archive/p/pypyodbc/wikis/Enable_SQLAlchemy_on_PyPy.wiki There is an error when returning...

When querying a large number of times to the same DB (batching), I get the following stack trace: ``` File "pypy/site-packages/pypyodbc.py", line 2652, in __exit__ self.commit() File "pypy/site-packages/pypyodbc.py", line 2591,...

This happens when trying to cast ORACLE12 variables into columns via cursor.columns() call, I was able to spin my results by executing a custom query. I do think this issue...

Reading data from a Access 2007 MDB, I found that when reading values like 11022302462516E-16, I get the following stack trace. `Error Traceback (most recent call last): File "C:\Python27\lib\unittest\case.py", line...

I'm now trying to retrieve data from MS Access 2000 DB, and original code for `dttm_cvt(x)` as well as `dt_cvt(x)` fails, because year is represented as 2-digit value i.e. "11/19/96...

The BBS linked from both the github page and the Google code page is non-existent (Yahoo says that the group does not exist).