PyPyODBC 0.6 released! (A Pure Python ODBC module)

2012-07-04 Thread
PyPyODBC - A Pure Python ctypes ODBC module Changes in version 0.6: Added Cursor.commit() and Cursor.rollback(). It is now possible to use only a cursor in your code instead of keeping track of a connection and a cursor. Added readonly keyword to connect. If set to True, SQLSetConnectAttr SQL_ATT

PyPyODBC 0.8 released (Pure Python ODBC module)

2012-08-24 Thread
PyPyODBC - A Pure Python ctypes ODBC module Changes in version 0.8: Added the getinfo() method to the connection object Changes in version 0.7: Fixed the ntext/nchar/nvarchar string truncat problem Changes in version 0.6: Added Cursor.commit() and Cursor.rollback(). Added readonly keyword to c

PyPyODBC 0.8.3 released with improved performance and SQLAlchemy support

2012-09-02 Thread
PyPyODBC - A Pure Python ctypes ODBC module Features -Pure Python, compatible with IronPython and PyPy (tested on Win32) -Almost totally same usage as pyodbc You can simply try pypyodbc in your existing pyodbc powered script with the following changes: #import pyodbc

Re: PyPyODBC 0.8.4 released with improved compatibility to pyodbc

2012-09-11 Thread
PyPyODBC - A Pure Python ctypes ODBC module Features -Pure Python, compatible with IronPython and PyPy (tested on Win32) -Almost totally same usage as pyodbc You can simply try pypyodbc in your existing pyodbc powered script with the following changes: #import pyodbc

[ANN] PyPyODBC 0.8.6 released!

2012-09-23 Thread
PyPyODBC - A Pure Python ctypes ODBC module Features -Pure Python, compatible with IronPython and PyPy (tested on Win32) -Almost totally same usage as pyodbc -Simple and small - the whole module is implemented in a less than 2000 lines python script You can simply try pypy

[ANN] PyPyODBC 0.8.7 released

2012-10-18 Thread
PyPyODBC - A Pure Python ctypes ODBC module Features -Pure Python, compatible with IronPython and PyPy (tested on Win32) -Almost totally same usage as pyodbc -Simple and small - the whole module is implemented in a less than 2000 lines python script You can simply try pypy

PyPyODBC 0.5 alpha released! (A Pure Python ODBC module)

2012-06-15 Thread
PyPyODBC - A Pure Python ctypes ODBC module Features -Pure Python, compatible with PyPy (tested on Win32) -Almost totally same usage as pyodbc You can simply try pypyodbc in your existing pyodbc powered script with the following changes: #import pyodbc        

PyPyODBC 1.0 (Pure Python ODBC) released with Python 3.3 support

2013-02-21 Thread
PyPyODBC, the single script Python ODBC module, now runs under both Python 2.x and Python 3.3 PyPyODBC - A Pure Python ctypes ODBC module > > Features > >- *One pure Python script, runs on CPython / > IronPython > / PyPy , Version 2.4 /

PyPyODBC 1.0.5 released. (DBI 2.0 ODBC module compatible with PyPy, IronPython and SQLAlchemy)

2013-03-10 Thread
Changes in Ver 1.0.5 (and 1.0.4, 1.0.3, 1.0.2, 1.0.1) - *Fix several bugs under Python 3.x* - *Add Mac / iODBC platform support* - *Improved ODBC ANSI / unicode mode support* Features - *One pure Python script, runs on CPython / IronPython