Category: Developer News
News from the Firebird developers.
Firebird SQL’s backup/restore uses magic words for stdin and stdout – Check the gbak manual update
After An interesting read.
Norman Dunbar updated the gbak manual with the following:
A section on the use of stdin and stdout “file names” and how to clone
a database – on the same server – using a pipe and these “file names” to
avoid the use of a temporary intermediate dump file.
A section on carrying out remote backups and restores using the above
as well as an ssh session. This allows a remote database to be cloned to
a local server, a local database to be cloned to a remote server and a
remote database to be cloned to (another) remote server.
Further updates to document the use of the stdin and stdout file names in backups and restores. A section has been added to Gbak Caveats giving more in depth detail about these two special file names.
Firebird Roadmap updated in January for 2013
Here is the New Roadmap for the Year 2013
Firebird SQL 3.0 Alpha 1 soon according to the Roadmap
Firebird github mirror is back
Adriano dos Santos Fernandes wrote on firebird-devel about the github mirror for svn (it wasn’t updated sice December)
I have manually pushed (*) the changes and I believe it will push
automatically since now.
* Due to the fact that sourceforge accepted some commits on the older
SVN repository, and that commits were already pushed to GIT, I had to
force push now, so the latests commits have changed. Not a good thing,
but no better way to do it. I hope it still works. 🙂
Old svn repo is closed after the SF migration , Use the new one
Please use ‘svn checkout svn://svn.code.sf.net/p/firebird/code/firebird/trunk’ to get fresh source code
Or use the git mirror
git clone git://github.com/asfernandes/firebird.git
Firebird in the Ubuntu Weekly Newsletter, Issue 292 for the week November 12 – 18, 2012.
The news is added in the Other Articles of Interest area in the UWN #292
ADO.NET provider for Firebird 3.0.2 released
As it turned out the I introduced regression in 3.0.1. It’s now fixed in 3.0.2. http://blog.cincura.net/233086-ado-net-provider-for-firebird-3-0-2-released/
.NET provider for Firebird 3.0.1 released
I’m glad to release today version 3.0.1 of .NET provider for Firebird. You can read more at http://blog.cincura.net/233084-ado-net-provider-for-firebird-3-0-1-released/.
October Month Changes for Firebird 2.5.x Release branch
Here are the source code changes for Firebird 2.5.x branch in the Month of October :
– Fix compilation for semaphore classes [57221]
– Backport fix for CORE-3946 – UNICODE collations does not work with ICU 49 [57236]
– Fixed the backporting bug introduced while fixing CORE-3902 [57244]
– Avoid a sweep pass for temporary tables, as the sweeper always sees those tables as empty, but even setting them up as empty has a non-zero cost [57265]
ADO.NET provider 3.0.0 for Firebird and DDEX provider 3.0.0 for Firebird released
I’m pleased to announce version 3.0.0 of ADO.NET provider for Firebird and version 3.0.0 of DDEX provider for Firebird.
FlameRobin project page upgraded to new SourceForge software : Git url changed , new features
The project page has been upgraded to the new SF.net software. The bad
part is that the URL of the git repository has changed again, hopefully
for the last time.
The good part is that the new software has some new features, most
prominently IMO voting on bugs and feature requests (which I have
already enabled).
—
Michael Hieke