PyFirebirdSql 1.2.0 is released with Firebird 4 changes
PyFirebirdSql 1.2.0 is released with following changes:
- refactoring
- Drop python 3.5 support
- Firebird4 timezone support
PyFirebirdSql 1.2.0 is released with following changes:
New release of Firebird driver for Python v1.3.0 is available for download with Improved Firebird 4 support.
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 or install it using pip.
Golang Firebird Driver version 0.9.2 released with a few Firebird 4 features and fixes :
You can install it with go get github.com/nakagami/firebirdsql
Firebird Technical Specifications are updated for Firebird 4.0
https://firebirdsql.org/en/firebird-technical-specifications/
Mark Rotteveel announced :
“With Jaybird 4 available for over a year, I have decided that Jaybird 3
will only receive updates – if necessary – until the end of 2021.
I recommend everyone to upgrade to Jaybird 4 as soon as possible, but
read the release notes before upgrading.”