Downloadliste

Projektbeschreibung

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

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Version arbeitet mit Python 2.5, Sybase 15, und 64-Bit-Clients. Es können auch native Python datetime-Typen. Der berüchtigte Fehler "Diese Routine kann nicht aufgerufen werden, weil ein anderer Befehl Struktur Ergebnisse stehen noch aus ist." erscheint, dass in verschiedenen Fällen wurde korrigiert. Verschiedene Bugs wurden behoben.
Tags: Major feature enhancements
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.

2007-02-04 14:00
0.38pre2

Diese Version arbeitet mit Python 2.5, Sybase 15, und 64-Bit-Clients. Es kann so konfiguriert werden, native Python DateTime-Objekte zurück. Die bulkcopy Funktionalität wurde wieder auferstehen. Ein Unit-Test-Suite auf der Grundlage der dbapi 2,0 Compliance Testsuite wurde hinzugefügt. Viele Fehler wurden behoben.
Tags: Major feature enhancements
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.

2003-02-24 08:05
0.36pre6

Diese Version behebt Zusammenstellung für Nicht-FreeTDS Benutzer.
Tags: Minor bugfixes
This release fixes compilation for non-FreeTDS users.

2003-02-23 10:10
0.36pre5

Diese Version behebt einen Fehler in ctx.c: ct_con_drop (), die mit SegFault FreeTDS verursacht werden, und setzt Sybase._ctx als im globalen Kontext bald wie möglich in Sybase.py Probleme mit undefinierten globalen ctx zu vermeiden.
Tags: Minor bugfixes
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.

2003-02-18 08:12
0.36pre4

Ein Cursor mit dem Sperren Bug. Nextset ()-Methode festgelegt wurde, die Größe von Textfeldern wurde auf 65536 beschränkt, AIX zu bauen und einige Änderungen vorgenommen wurden.
Tags: Minor bugfixes
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.

Project Resources