Firebird 2.5.1 RC1 is available in debian unstable repositories
Here is the message with package acceptance and you can read the Release Notes and consult the list of Bug Fixes
Here is the message with package acceptance and you can read the Release Notes and consult the list of Bug Fixes
иконографияThanks to Damyan and Stefan work we have a perl driver that is free of compilation warnings and that passes all tests when you run it with make test from command line.
Here is the commit log with recent changes.
Great work, is nice to see:
All tests successful. Files=33, Tests=842, 52 wallclock secs ( 0.98 usr 0.15 sys + 9.99 cusr 1.37 csys = 12.49 CPU)
Result: PASS
And here is the proof you need to clone the git repository and run in the shell
ISC_PASSWORD=masterkey make test
DBI driver for Firebird and RDBMS server is located in git now
This was tested on ubuntu ubuntu 11.10 oneiric with firebird 2.5 SuperServer installed from repository
Check if firebird dev headers are installed (this package is both for Super and for Classic)
also check if the perl module DBI is already installed
sudo apt-get install firebird2.5-dev libdbi-perl
git clone git://github.com/mariuz/perl-dbd-firebird.git
cd perl-dbd-firebird/
perl Makefile.PL
sudo make install
you can run the test if you want
ISC_PASSWORD=masterkey make test
ikoniAlso now is added a new example using deferred.js submodule
Firebird 2.5.1 RC1 packages are ready. Links will appear in official site soon.
News via Carlos H. Cantu
Some answers look like dangerous signals, especially for those who run big Firebird databases.
Which of the following FB features you use in production environments?
Total Voters: 284
News via Carlos H. Cantu :
A FireBase tornou-se patrocinadora Bronze do Firebird.
Via this announcement:
From now on, the FireBase / WarmBoot becomes Bronze sponsor of Firebird. Although for years we have contributed with donations, associations, etc.. we believe it is important to the project to have a greater commitment and stability financiary . Go Firebird!
иконографияIt seems the usage of databases with ForcedWrites=ON in ext4 filesystems mounted with barriers=1 (default) is very slow.
This change decreased build time in my machine from 2m41s to 1m21s.
иконописNew version adds commit and rollback retain and fixes parsing params issue under Python3 :
(in params_to_blr if t == str or t == unicode: NameError: global name ‘unicode’ is not defined)
Other minor changes are listed on github.