Tag: python
Firebird-driver 1.9.0 released
The firebird-driver package provides official Python Database API 2.0-compliant driver. In addition to the minimal feature set of the standard Python DB API, this driver also exposes the new (interface-based) client API introduced in Firebird 3, and number of additional extensions and enhancements for convenient use of Firebird RDBMS. The driver is written as pure-Python package (requires Python 3.8+) on top of Firebird client library (fbclient.so/dll) using ctypes. Driver supports Firebird version 3.0 and higher.
You can download this driver from PyPI or install it using pip.
This version intruduces initial support for Firebird 5.0 new API and features.
See the Changelog for full details.
Saturnin (a Firebird Butler Platform for Python) version 0.8.0 has been released, along with packages with core services and SDK.
Saturnin (a Firebird Butler Platform for Python) version 0.8.0 has been released, along with packages with core services and SDK.
Saturnin can now be considered as early beta. There will be more additions, extensions and improvements before the 1.0 release, but the platform is almost feature-complete, and the functionality provided is considered stable and ready for testing. However, some backwards incompatible changes in future releases are still possible.
New release of Firebird driver for Python V1.8.0 is available
New release of Firebird driver for Python V1.8.0 is available for download with a few changes.
- New: Server.readline_timed method.
Django firebird driver 2.2.1 released
Django Firebird driver 2.2.1 released with a small fix for issue #108
https://pypi.org/project/django-firebird/2.2.1/
Also master branch is patched (that can be used with django 3.x)
New release of extension package for Firebird driver – firebird-lib v1.2.2 is released.
New release of extension package for Firebird python driver – firebird-lib v1.2.2 is available for download.
Firebird driver for Python v1.6.0 is released
New release of Firebird driver for Python v1.6.0 is available for download.
Here is the changelog.
New release of Firebird driver for Python V1.5.2 is available for download.
New release of Firebird driver for Python V1.5.2 is available for download.
https://pypi.org/project/firebird-driver/#history
Minor fixes for this subrelease : documentation docset releases and code optimizations
https://firebird-driver.readthedocs.io/en/latest/changelog.html
New release of Firebird driver for Python V1.5.1
New release of Firebird driver for Python V1.5.1 is available for download with minor changes .
PyFirebirdSql 1.2.1 is released
PyFirebirdSql 1.2.1 is released with following Firebird4 changes:
Add ChaCha20 wire encryption algoritm
Accept protocol version 16 (The wire protocol version for the Firebird 4.0 API is 16.)