firebird 2.1 rc2 for ubuntu hardy/gutsy is ready

you can install it from my ppa repository

Deprecated parameters

Pay attention, specially if you are using old IBO versions: Dmitry Yemanov posted in Firebird-Devel list that the OldParameterOrdering setting (found in Firebird.conf) will be removed from Firebird 2.5, and OldColumnNaming will be removed in FB 3.0. Both of them were introduced as temporary solutions to compatibility problems, to give time to developers solve the issues in their applications.

Firebird 2.1 Release Candidate 2 Ready

The Firebird Project team is happy to announce that download kits for the second (and hopefully, last) V.2.1 release candidate are now available for Windows, Linux and MacOSX Intel 32-bit and 64-bit platforms. You are invited to test it with as much rigour and vigor as you like and report your experiences (good or bad) back to the firebird-devel or the firebird-test list.
As always, please be patient if the files you want haven’t made it out to the mirrors at your first attempt.

Jaybird updated

Jaybird 2.1.3 released. This release fixes only one bug, JDBC-106, which is related to the situation when developers use DatabaseMetaData class with identifiers/patterns with case different to the one in the database.

The solution is to try to execute the query with the original case and when nothing is found, another query with uppercased identifiers is executed. This, in worst case will cause two queries to be executed against the database, which can lead to performance loss.

Python, kinterbasdb and 64bit MacOSX 10.5

Now we have 64bit builds of Firebird 2.1 for MacOSX 10.5, we have issues trying to test them properly using the Firebird QMTest QA suite. This QA suite relies on Python and kinterbasdb. Currently Philippe Makowski has been able to run the tests from a 64bit Linux client. But is unable to run the tests locally. Well currently the python framework that comes with MacOSX 10.5 is only 32bit and this forces a 32bit build of kinterbasdb, since the build environment of kinterbasdb uses distutils to use the same compile switches as python. So I thought I would have a look at the issue and see if I could build a 64bit version of kinterbasdb for MacOSX 10.5.

This is how I did it…

Firebird 2.1RC1 is out

The Firebird Project team is happy to announce that download kits for the first V.2.1 release candidate are now available – Windows and Linux 32-bit and 64-bit platforms now, MacOSX soon. You are invited to test it furiously and report your experiences (good or bad) back to the firebird-devel list.
As always, please be patient if the files you want haven’t made it out to the mirrors at your first attempt.

1 17 18 19 20 21 27