FB 2.5 first Alpha is coming…

Posted in Firebird-Devel, by Dmitry Yemanov:

All,

The codebase will be tagged for Alpha 1 as soon as v2.0.4 RC1 and v2.1 Final are released. This means 10-15 days available to finalize the ODS changes and complete the major refactoring and synchronization efforts.

We expect only one Alpha version to be released. The next one will be Beta 1 which should be feature complete. No new ODS changes are allowed for Beta, unless some bugs would require fixing.

Besides the features already scheduled for v2.5 in the tracker, we have two features that the Foundation TTG (technical task group) has agreed to consider for this release during the Alpha stage: (1) tracing facility by Nickolay and (2) cross-database EXECUTE STATEMENT implementation by Vlad. They will be reviewed and discussed here soon, with an intention to be committed into the codebase before Beta.

Unfortunately, provided that the “external stored procedures” feature has major issues we still cannot resolve in the agreement (e.g. security and external engine API), it doesn’t seem to fit the v2.5 timeframe and is going to be postponed. Sad but true.

Comments anyone? We still have a bit of time to resolve your questions and adjust the release plan, if required. Just don’t forget that we want v2.5 to be a quick release and we’re already one month behind the schedule…

Dmitry

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