Sybase module - release 0.5

Dave Cole djc at itga.com.au
Wed Apr 12 03:07:11 EDT 2000


Sybase is a module which provides a Python interface to the Sybase
relational database system (surprise). The Sybase package supports
almost all of the Python Database API, version 2.0 with extensions.

The Sybase package is designed to work with Python versions 1.5.2 and
later and Sybase versions 11.0.3 and later. It is based on the Sybase
Client Library (ct_* API), and the Bulk-Library Client (blk_* API)
interfaces.

The module contains the following items: 

      Module interface 
      Connection objects 
      Cursor objects 
      Bulkcopy objects 

The homepage http://www.itga.com.au/~djc/sybase.html contains a
description of the deviations from the Database API specification.

The module can also be downloaded from
        ftp://ftp.itga.com.au/pub/python/Sybase-0.5.tar.gz

Changes in this release:

        - DST bug fix.  datetime fields were always converted to
          daylight saving time for some bizarre reason ('cos I am an
          idiot).
        
        - Numeric columns with scale == 0 are now retrieved as Python
          longs.
        
        - You can bulkcopy Python long values into numeric columns
          when the numeric has scale == 0.

- Dave



More information about the Python-list mailing list