Perl driver DBD-Firebird 1.00 is released
Here is the full Changelog and you can use your Cpan mirror near you
You can contact the developers on dbd-firebird-devel mailing list
Here is the full Changelog and you can use your Cpan mirror near you
You can contact the developers on dbd-firebird-devel mailing list
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
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
There are quite a few changes if you watch the svn and github changelog
Here is the download page and the full changelog
Documentation page is located on github
http://nakagami.github.com/pyfirebirdsql/
Here are the issues solved:
Incorrect handling empty row for RowMapping : issue #30
Use setuptools instead of distutils.core import for setup.py : issue #31
InternalError after commit : issue #28
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 page.