WHAT IS IT:<br>The Sybase module provides a Python interface to the Sybase relational<br>database system.  It supports all of the Python Database API, version<br>2.0 with extensions.<br><br>** This version is a pre-release not intended for production use **<br>
<br>The module is available here:<br><br><a href="http://downloads.sourceforge.net/python-sybase/python-sybase-0.40pre1.tar.gz">http://downloads.sourceforge.net/python-sybase/python-sybase-0.40pre1.tar.gz</a><br><br>The module home page is here:<br>
<br><a href="http://python-sybase.sourceforge.net/">http://python-sybase.sourceforge.net/</a><br><br>MAJOR CHANGES SINCE 0.39:<br><br>Modify the DateTimeAsPython output conversion to return None when NULL is output<br>support for Python without threads<br>
Ignore additional non-error codes from Sybase (1918 and 11932)<br>Use outputmap in bulkcopy mode (thanks to patch by Cyrille Froehlich)<br>Raise exception when opening a cursor on a closed connection<br>Added unit tests<br>
Added new exception DeadLockError when Sybase is in a deadlock situation<br>Add command properties CS_STICKY_BINDS and CS_HAVE_BINDS<br>Added support for inputmap in bulkcopy<br>reuse command and cursor when calling cursor.execute with same request<br>
Use ct_setparam to define ct_cursor parameters types instead of ct_param<br>implicit conversion for CS_DATE_TYPE in CS_DATETIME_TYPE DataBuf<br>Adding ct_cmd_props wrapper<br>Increase DataBuf maxlength for params of a request when using CS_CHAR_TYPE params so that the buf can be reused<br>
<br>BUGS CORRECTED SINCE 0.39:<br><br>Corrected money type when using CS_MONEY4 (close bug 2615821)<br>Corrected thread locking in ct_cmd_props (thanks to patch by Cyrille Froehlich)<br>Corrected bug in type mapping in callproc (thanks to report by Skip Montanaro)<br>
Correct passing None in a DataBuf (thanks to patch by Bram Kuijvenhoven)<br><br>The full ChangeLog is here:<br><br><a href="https://python-sybase.svn.sourceforge.net/svnroot/python-sybase/tags/r0_40pre1/ChangeLog">https://python-sybase.svn.sourceforge.net/svnroot/python-sybase/tags/r0_40pre1/ChangeLog</a><br>
<br><br>