The Sybase module for Python provides an interface to the Sybase relational database system. It supports all of the Python Database API.
| Tags | Database |
|---|---|
| Licenses | Python BSD Original |
| Implementation | Python |
Recent releases


Changes: This release works with Python 2.5, Sybase 15, and 64-bit clients. It can also use native Python datetime types. The infamous bug "This routine cannot be called because another command structure has results pending." that appears in various cases has been corrected. Various bugs have been corrected.


Changes: This release works with Python 2.5, Sybase 15, and 64-bit clients. It can be configured to return native Python datetime objects. The bulkcopy functionality has been resurrected. A unit test suite based on the dbapi 2.0 compliance test suite has been added. Many bugs have been corrected.


Changes: This release fixes compilation for non-FreeTDS users.


Changes: This version fixes a bug in ctx.c:ct_con_drop() which caused SEGFAULT with FreeTDS, and sets Sybase._ctx as the global context soon as possible in Sybase.py to avoid problems with undefined global ctx.


Changes: A cursor locking bug with the .nextset() method was fixed, the size of TEXT fields was limited to 65536, and some AIX build changes were made.