Building Firebird 2.5 from Debian git repository

These are the general notes on building Firebird 2.5 from debian git , and it should work on any debian based distro like ubuntu or others

Firebird2.5 SuperClassic in debian – soon

Damyan asked if we can simplify the packages for firebird 2.5 and
by dropping the old classic support and pushing the super and super-classic

rfc: TRUNCATE TABLE in Firebird

Vlad Khorsun posted on Firebird-Architect

One of the often task in ETL applications is to quick erase all data in some table(s). Often amount of data is big or huge (tens of millions records). In Firebird we have two choices currently – DELETE all rows or RECREATE TABLE. Both have its own drawbacks. DELETE produced a lot of record versions to clean up, its slow as works row-by-row basis and fire triggers which is almost always is not needed. RECREATE is free from this drawbacks but it will fail if there is dependencies and all related objects such as triggers, indices, constraints must be recreated too.

Firebird and MSVC8 run-time. Again

Vlad HorsunĀ  wrote on Firebird-Devel list

After reading MSDN articles about assemblies, side-by-side installation,
context activation API, etc, i think i have an idea how we can avoid (in most
cases) requirement to install MSVC8 runtime via Windows Installer and just
deploy it with our binaries.

1 191 192 193 194 195 294