Firebird backend for Django 1.6.x is updated

Here are a few fixes for v1.6.x Release Candidate 1 commited into master
————————————————————————————————————————————
Fixed missing date_interval_sql implementation. #21
Fixed datetime_trunc_sql NotImplementedError. #20
Fixed missing SQLDateTimeCompiler. #19
Fixed BigIntegerField is not supported in introspection. #18
Fixed BinaryField is not supported in introspection. #17
Fixed missing method name. #11
Fixed setup.py due to README extension change. #12
————————————————————————————————————————————

Also Django Firebird stable 1.5.2 is uploaded to pypi with a few fixes backported from master branch (if you use Django 1.5.x)

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 106 107 108 109 110 205