Author: mariuz
FDB Python Firebird driver release 0.8.0 is out
FDB release 0.8.0 is out:
http://pypi.python.org/pypi/fdb/0.8.0
Highlights for this release:
– Support for Firebird Event Notifications (see KInterbasDB documentation for details)
And as always, some bugs fixed.
Target for next version: stream BLOB support (necessary for big BLOBs)
New alpha of IBPP (c++ driver) V3 before week end
News via Olivier Mascia twitter account
I feel like I might well release some new alpha of #IBPP V3 before week end… Only Linux tweaks would be needed before real beta…
Node.js Firebird pure Javascript driver is ready for testing
Firebird driver for node.js in pure java script
From Henri Gourvest wrote on google plus :
I am working on a firebird driver for node.js, this driver don’t need firebird client library and works on all platforms. Anyone interested ?
Firebird 2.1.5 RC is uploaded to Debian testing and Ubuntu Quantal Quetzal
As you might now Firebird 2.1.5 RC is released , now the Debian packages are uploaded to testing repository and on the next Ubuntu Quantal Quetzal’s repository
Firebird 2.1.5 Release Candidate is ready for testing
Firebird 2.1.5 will be the maintenance (point) release for Firebird 2.1. The most recent version is 2.5.1.
Please read its Release Notes and list of Bug Fixes for details.
Disabling database triggers in FirebirdClient (.Net)
Via Jiří {x2} Činčura blog:
Database triggers are a nice new feature added to Firebird in version 2.1. And as you can do a lot of stuff with them, sometimes you also might wanna to connect without firing these, especially if you made a mistake there and it’s forcibly closing your connection. To disable these, standard Firebird utilities have a new switches. But it boils down to the API itself, nothing magical.
And if it’s in API, it could be FirebirdClient, right? In last few days among working on other bugs and my daily responsibilities I had a time to dig into this. And now also from .NET world we can use this feature.
TurboBird Version 0.9.2 is released with permissions bugfix
You can check the homepage for download links for all platforms also there is github page where you can contribute.
Also for changelog please scroll down to the bottom of the project’s home page:
Delete permission copy bug fix. Changing creating new table, generator and it’s trigger.
Ruby Firebird Extension Library – Fb bumped to version 0.7.0
подаръциWith following changes:
Make fb compatibile with Rubinius.
Add encoding attribute and force strings from database to that encoding under Ruby 1.9.x.
Revert to old object allocation method to prevent stack overflow.
Satisfy ISO C90.
Update:The Rubinius change had to be reverted to make MRI work.