LibreOffice 4.2 released with New Preview Feature : Firebird SQL backend

New feature preview feature in LibreOffice 4.2  : Firebird SQL connector for LibreOffice Base ( contributed by Andrzej Hunt). When creating a new Database, select Firebird Embedded in the drop down menu (you have to first enable the Experimental features in Tools ▸Options ▸ LibreOffice ▸ Advanced).

 

This allows creation of databases that perform many times faster than the previous built-in HSQLDB 1.8, avoiding the C++-to-Java overhead inherent in using HSQLDB. We plan to phase HSQLDB out over the next few releases, and provide a smooth migration path to Firebird.

Here is the history of Firebird -> Libo GSOC integration (idea ,code ,bugs, blog posts)

http://en.libreofficeforum.org/node/6062

Firebird Foreign Data Wrapper for PostgreSQL Release 0.1.5 is out

New version 0.1.5 is released in the unstable area and here is the ChangeLog:

  • Add basic Firebird version detection to ensure that only functions available on the remote Firebird server are actually pushed down
  • Push down functions COALESCE(), NULLIF()
  • Only push down SUBSTRING() if 2nd and 3rd arguments are INTs

Also fbsql is progressing (a command-line client for Firebird inspired by PostgreSQL’s psql)

1 78 79 80 81 82 296