RAD Studio survey
There is a new RAD Studio (Delphi,etc) survey on-line, from Embarcadero. Firebird is mentioned so, go ahead and participate if you use Delphi, CBuilder, etc.
There is a new RAD Studio (Delphi,etc) survey on-line, from Embarcadero. Firebird is mentioned so, go ahead and participate if you use Delphi, CBuilder, etc.
New Debian package is uploaded to debian testing and unstable releases , And here is the list of changes
From Jiří Činčura blog :
Yesterday I released ADO.NET provider for Firebird version 2.7.5 and there’s one feature I’d like to blog about. As you might know Firebird has a pretty old limitation on “size” of query. It’s both the string itself, but also the column datatypes and parameters used. No need to dive to details, because I’ll only talk about the first item.
This version brings a series of fixes and improvements (Row and ResultSet are now pure ruby implementations)
Release files can be found here
Changelog for this version
You can check the github Commits log for the code changes
The 2.7.5 version of ADO.NET provider for Firebird is ready for download. More info…
This version fixes Segmentation fault issues
Release files can be found here
To install it using gem
rvm use ruby-1.9.3-p125
gem install rubyfb
Fetching: rubyfb-0.6.4.gem (100%)
Building native extensions. This could take a while...
Successfully installed rubyfb-0.6.4
1 gem installed
FDB release 0.7.2 is out:
http://pypi.python.org/pypi/fdb/0.7.2
Highlights for this release:
– Python 3 Support (thanks to Philippe Makowski)
– Support for Distributed Transactions
– Support for NBACKUP Service
– Support for Trace Service
And as always, some bugs fixed.
Main target for next version: support for Firebird Events.
Note: I’m really glad that Philippe joined the FDB team, especially to look after Python 3 support (but not only that). Thanks!
You can also read the announcement on firebird-python list
IBSurgeon just published an article about How to install Firebird 3.0 (snapshot build) on Windows. There are some differences compared to previous Firebird versions, so everyone should read this.
This article, from Dmitry Yemanov, is a must read for everyone using Firebird on more recent Windows versions, specially Windows 2008. As some people already experienced, it seems that the Windows Cache Manager intelligence in those versions of Windows are not smart enough, and can produce very bad performance for database access in some circumstances.