Author: mariuz
PyFirebirdSql 1.4.0 is released with a few bug fix
PyFirebirdSql 1.4.0 is released with with a few bug fixes related to async method :
- change class inheritance relationship
- modify debug print for driver developper
- remove too much debug print
- aio.connect() change to async method
- refactoring many async methods
FirebirdSQL introduces support for Windows ARM64 platforms
This FirebirdSQL pull request introduces support for Windows ARM64 builds to the Firebird project. The changes cover updates to build scripts, configuration files, and Visual Studio solution/project files to accommodate ARM64 architecture, ensuring compatibility and enabling compilation and functionality on Windows ARM64 platforms.
Flamerobin 0.9.14 Snapshot released with a few fixes and features
Flamerobin 0.9.14 Snapshot released with a few fixes and features.
What’s Changed
- Table/view triggers: add enable/disable button by @arvanus in #405
- small improvements by @arvanus in #406
- Bug fixed (Build-on : GNU/Linux) -> target_file: PreferencesDialogStyle.cpp, target_line: 571 by @baldeuniversel in #408
- Fix binary fields being extracted incorrectly by @arvanus in #415
- Fix binary fields being extracted incorrectly by @arvanus in #416
- Workflow for Linux systems (the deb executable file will be generated) by @baldeuniversel in #417
- New feature: highlight text selection at SqlEditor by @arvanus in #418
- Add index, functions and packages to generate rebuild script by @arvanus in #421
New Contributors
- @baldeuniversel made their first contribution in #408
Knex-firebird-dialect – dialect (client) for Knex.js (A SQL query builder).
This library serves as dialect (client) for Knex.js (A SQL query builder). Under the hood, is using node-firebird-driver-native.
New release of Firebird driver for Python V1.10.10 is available for download
New release of Firebird driver for Python V1.10.10 is available for download with a few changes :
- Fix: Extend response buffer size in iBlob.get_info2.
- Fix: Don’t use _bpb_stream when opening blob.
- Fix: typo in iResultSet definition.
Github Action : Setup FirebirdSQL updated to 2.0
Github Action : Setup FirebirdSQL updated to 2.0: What’s Changed : migrated to official firebirdsql/firebird docker images.
This GitHub Action sets up a Firebird database running on a docker container.
Julia Firebird Driver version 0.2.6 released with a few fixes
Julia Firebird Driver version 0.2.6 released with a few fixes : fix no wire encryption.
Firebirust is a database driver implementing Firebird wire protocol in Rust
Firebirust is a database driver implementing Firebird wire protocol in Rust: It attempts to expose an interface similar to Rusqlite.
Crate link is here .
Entity Framework Core 9 provider for Firebird is ready
News via Jiří Činčura‘s blog :
“I’m excited to announce the release of Entity Framework Core 9 provider for Firebird.
Overview of all the changes can be found in here and you can get the bits from NuGet FirebirdSql.EntityFrameworkCore.Firebird.”
