Batch API benchmark
Gerdus van Zyl published an article comparing the speed of bulk operations using the Firebird batch API (introduced in FB 3) and the standard/legacy API.
Check it out, the results are very interesting.
Gerdus van Zyl published an article comparing the speed of bulk operations using the Firebird batch API (introduced in FB 3) and the standard/legacy API.
Check it out, the results are very interesting.
Jaybird 4.0.8 has been released
The following has been changed or fixed since Jaybird 4.0.7:
Jaybird 4 supports Firebird 2.5 and higher, on Java 7, 8, 11, 17 and 19 (support for Java 17 and 19 using the Java 11 version of the driver).
See also
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)
Jaybird 4.0.7 has been released
The following has been changed or fixed since Jaybird 4.0.6:
Jaybird 4 supports Firebird 2.5 and higher, on Java 7, 8, 11, 17 and 19 (support for Java 17 and using the Java 11 version of the driver).
See also
Hello Everyone!
We came back with new releases 🙂
We have just finished the large revision of our components and we are really glad to announce the following new versions:
You can read about changes in these components at our website – https://www.ibprovider.com/eng/news/n_221110.html
Only for visitors of this resource. We restored our store at PayProGlobal and we would like to test it 🙂
Everyone who will buy or renew a license for IBProvider 32/64bit till the end of this month will get two years of free updates.
With Best Regards, IBProvider Team.
Github Action : Setup FirebirdSQL updated to 1.2.0.
This GitHub Action sets up a Firebird database running on a docker container.
More info at this link.
Probably almost everyone who have worked with Firebird and Interbase know this nice utility called IB DataPump, from CleverComponents (CC). It is a Windows GUI tool that allows data to be pumped from IB/FB or different RDBMSs to Firebird/Interbase databases.
Unfortunately, the (original old) tool had a problem that avoided pumping to Firebird 3 databases (you got a “list index out of bounds” error). CC seems to have fixed that problem but one of the most useful features is was still broken: the automatic reorder of the tables to avoid broken dependencies based on the existing Foreign Keys!
The good news is that CC open sourced this tool a while ago, and Vlad Khorsun (our fellow Firebird’s Core Developer) was able to fix that problem!
Now you can download the fixed version here.
Thanks, Vlad, for the time spent fixing this problem, and please enjoy my small donation for your work 🙂
Update 03-Nov: Vlad has now published his changes.