Download List

Project Description

The Sybase module for Python provides an interface to the Sybase
relational database system. It supports all of the Python Database
API.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-05-03 23:39
0.38

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.
Tags: Major feature enhancements

2007-02-04 14:00
0.38pre2

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.
Tags: Major feature enhancements

2003-02-24 08:05
0.36pre6

This release fixes compilation for non-FreeTDS users.
Tags: Minor bugfixes

2003-02-23 10:10
0.36pre5

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.
Tags: Minor bugfixes

2003-02-18 08:12
0.36pre4

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.
Tags: Minor bugfixes

Project Resources