Rust Firebird Client
Rust Firebird Client that Binds to official firebird client lib
Rust Firebird Client that Binds to official firebird client lib
The aim of these examples is to copy as closely as possible the equivalent C++ examples. The primary intention is to demonstrate how to make calls to the new Firebird OO API. For this reason they should not be considered examples of best practice.
Another alternative is MWA Software’s Firebird Pascal Interface https://www.mwasoftware.co.uk/fb-pascal-api
Firebird Java External Engine Plugin 1.0.0-beta-1 is now available for download https://github.com/FirebirdSQL/fbjava/releases/tag/1.0.0-beta-1
There is now an official preview release – v0.5.0 – available on PyPI:
https://pypi.org/project/firebird-driver/
All core driver functionality works, except handling of limbo
transactions due to error discovered in Firebird (should be fixed in
soon to be released Firebird 3.0.6).
This preview version was released because the driver architecture is
evolving rapidly, and I would like get some feedback before the initial
release planned for end of June.
Some important notes about the driver architecture:
Here are some main decisions related to implementation and architecture:
Django-Firebird changes : The stable version corresponds with django 2.2 and lives into stable/2.2.x branch. The current master branch of this repository is being developed under django 3.0.x.
django-firebird 2.2a1 is also published to pypi https://pypi.org/project/django-firebird/2.2a1/
Firebird 2.5 Language Reference is Migrated to AsciiDoc
https://www.firebirdsql.org/file/documentation/html/en/refdocs/fblangref25/firebird-25-language-reference.html
MWA Software is pleased to announce that release 2.3.4 of IBX for Lazarus is now available for download from https://mwasoftware.co.uk/ibx.
This is the first update in over a year and provides a consolidated set of minor bug fixes. The changelog for IBX itself is available from here and the changelog for the Firebird Pascal API is available from here.
The next release of IBX should be available in the near future and will focus on support for the forthcoming Firebird 4. It will provide support for the new Firebird data types including TIMESTAMP WITH TIME ZONE and extended precision numerics (DecFloat).
Firebird Editor Pro 5.0.1 is released with the following changes :
Version 5.0.1 (May 25, 2020)
Mark Rotteveel and documentation team migrated the first documents to asciidoc
– Docbuilding Howto
https://www.firebirdsql.org/file/documentation/html/en/firebirddocs/docbuildhowto/firebird-docbuilding-howto.html
– Docwriting Guide
https://www.firebirdsql.org/file/documentation/html/en/firebirddocs/docwritehowto/firebird-docwriting-guide.html
ps: Since May/June 2020, the Firebird documentation project has switched to AsciiDoc for its documentation. This section gives a short overview how AsciiDoc is used by the project.
Firebird driver is updated with Support for Laravel 6 & 7