Status of Vulcan project

Bill Oliver from sas.com wrote on firebird-devel about the status of Vulcan project:

My company was original requestor/sponsor of Vulcan project. You are much
better off at this point in time looking into Firebird 2.5. Even at Beta
status, you will find Firebird 2.5 much more stable than Vulcan that is
present on Source Forge.

All of the key features from Vulcan have been front-ported to Firebird 2.5
beta. These include:

    * SMP support in Embedded mode, with per-database lock files. This is now
    called Embedded Super Classic
    * Ports to 64-bit Unix and Windows. Specifically, ports for Solaris (S64),
    Solarix AMD (SAX), HP-UX on PA RISC and Itanium, and 64-bit Linux support
    * SQL-2003 compliant SQL State implementation
    * Statement cancelling
    * Ability to “unprepare” a SQL Statement, vs. simply “closing” it.
    * Ability to create users through SQL, instead of through a client tool
    * Support for hexadecimal literal constants
    * The whole codebase is now thread-safe. Statement handles should be
    thread-safe
    * Numerous bug fixes

The build system works quite nicely on the Unix side, using the gnu
toolchain + autoconf. On Windows, the build system is very straight-forward.
There is added advantage that on windows there is daily snapshot build for
32-bit and 64-bit windows that you can use for testing.

I can’t say Vulcan is any easier for a newbie. It’s the same code base, just
reworked. There are many bug fixes to build system in Firebird 2.5,
especially in area of a “portable”, cross-unix build system.

We continue our own thread testing against Firebird 2.5 and all issues we’ve
reported have been fixed in upcoming Beta 2.

Alex just last week pushed last fixes, that now let Firebird 2.5 run on AIX,
HP-UNIX Itanium, HP-UNIX PA-RISC, Solaris Sparc, Solaris Intel and pass
basic regression. Very impressive.

The Firebird 2.1 Language Reference Update is now online

The Firebird 2.1 Language Reference Update is now online at

http://www.firebirdsql.org/refdocs/langrefupd21.html

The PDF failed to build with tons of errors. I’ve got no time
to investigate the problem now; leaving for France tomorrow
morning. If somebody else wants to have a shot at it, please
do. The CVS sources are up-to-date.

FB/Java plugin Milestone 1 (Firebird External engine )

I’m pleased to announce availability of the first test version of
FB/Java plugin.

FB/Java is a plugin for FB external engines feature, to be presented in
v3.0, that allows execution of Java code at the server side. The plugin
allows classes/resources in the file system or stored in the database.
File system classes/resources are global and the code run with all
permissions. Database classes/resources are per-database and code runs
accordingly with per-engine configured security policy.

Also it seems that is quite fast from Adriano’s tweets

1 31 32 33 34 35 57