ANN: AnySQL Maestro 13.2 released

AnySQL Maestro SQL Maestro Group announces the release of AnySQL Maestro 13.2, a powerful tool to manage any database engine accessible via ODBC driver or OLE DB provider (MS Access, SQL Server, Firebird, Oracle, MySQL, PostgreSQL, etc).

AnySQL Maestro comes in both Freeware and Professional editions (more information).

New version introduces enhanced data management abilities, advanced SQL Dump wizard, updated SQL Editor and other new features (full press release).

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 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

 

 

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]

1 15 16 17 18 19 57