Sybase module 0.38pre2 released

  • Thread starter =?ISO-8859-1?Q?S=E9bastien_Sabl=E9?=
  • Start date
?

=?ISO-8859-1?Q?S=E9bastien_Sabl=E9?=

WHAT IS IT:

The Sybase module provides a Python interface to the Sybase relational
database system. It supports all of the Python Database API, version
2.0 with extensions.


The module is available here:

http://downloads.sourceforge.net/python-sybase/python-sybase-0.38pre2.tar.gz

The module home page is here:

http://python-sybase.sourceforge.net/


CHANGES SINCE 0.38pre1:

* Add structured error information to Sybase.DatabaseError thanks to
patch provided by Gregory Bond (close tracker 1631902)

* Resurrected Sybase.Bulkcopy functionality thanks to patch provided
by Gregory Bond (close tracker 1632916)

* Corrected AttributeError when locking is off (close tracker 1637942
reported by Jim Nusbaum)

* Corrected incorrect type mx.DateTime.DateTime returned by
Sybase.Date() in "mx" datetime mode. This type is not supported by
DataBuf.

* Corrected crash on a BLK object when debug is enabled (close tracker
1630941 reported by Gregory Bond)

* rowcount is now propagated to Cursor (corrects tracker 1621003)

* Added support for python datetime type in DataBuf and as parameter
of Cursor.execute()

* Corrected Date, Time and Timestamp functions when using mx.DateTime
or native python datetime types

* Corrected DATETIME as cursor.description still returns native Sybase
datetime types

* Corrected blk_describe always returns (status, None) thanks to patch
by Phil Porter

* Patch to handle CS_LONG type based on patch by Paul Rensing


MAJOR CHANGES SINCE 0.37:

* This release works with python 2.5

* It also works with sybase 15

* It works with 64bits clients

* It can be configured to return native python datetime objects

* The bug "This routine cannot be called because another command
structure has results pending." which appears in various cases has
been corrected

* It includes a unitary test suite based on the dbapi2.0 compliance
test suite
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,120
Latest member
ShelaWalli
Top