Flamerobin New snapshot builds SVN revision 2188
Hi all,
yesterday I have uploaded new builds for 32 and 64 bit Windows, enjoy.
Thanks
—
Michael Hieke
Hi all,
yesterday I have uploaded new builds for 32 and 64 bit Windows, enjoy.
Thanks
—
Michael Hieke
Now that is a long trip on the memory lane installing firebird v1 on a linux machine
I’ve just got v1 Firebird database running on a 64bit Suse linux machine. I feel EPIC.
I don’t know how hard it can be but you can try it just for fun
http://www.firebirdsql.org/en/firebird-1-0/
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
Now you can use www.firebirdsql.com to visit the official project site. The URL will forward you to www.firebirdsql.org
ikoniAlso now is added a new example using deferred.js submodule
The Firebird Project team is happy to announce that the v.2.5.1 release candidate kits for Linux and Windows 32-bit and 64-bit platforms are ready for testing. MacOSX kits are delayed by a problem with MacOSX 10.7 (Lion) but should appear soon. Enjoy! and please report bugs or regressions to the firebird-devel list.
Firebird 2.5.1 RC1 packages are ready. Links will appear in official site soon.
News via Carlos H. Cantu