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
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 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.
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.
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.
подаръци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.
I have uploaded firebird2.5 2.5.2~svn+54476.ds4-1 in the Quantal Firebird ppa for testers , It is the same package from Debian Sid
News Via Mindthebird tweet
Upscene Production, one of the best Firebird tools vendors, celebrates 10 year anniversary and gives 70% discount: http://www.upscene.com
New snapshot firebird2.5 (2.5.2~svn+54476) is uploaded to Debian sid repository , Here is the Full changelog
Firebird ActiveRecord adapter for Rails 3.2+ is up on Github, this is Alpha quality and is intended only for testers
Alex Peshkoff backported fix for CORE-3736: WITH LOCK clause is allowed for users with read-only rights on some table, thus blocking others from updating this table.
Dimitr backported CORE-3730: isc_dsql_exec_immed2() loses input parameter value with RETURNING clause.
And then he updated the docs for 2.0.7 release
Horsun Vlad backported fix for bug CORE-2977 that was in Firebird 2.1.x incorrectly works with indexed fields of type DATE in OLD ODS (9.1).
Paul Beach made modifications in 2.0.7 so it can be compiled and build on OSX.
Paul Reeves synced 2.0.7 branch with B2_0_Release.
In the end Paul Beach made in the conf. parameter DummyPacketInterval more accurate.