FBClone 2.2.1 released – This is not only a bugfix version it can “normalize” a multi charset database

FBClone 2.2.1 is released to google code
This is more than a “bugfix release” for FBClone here are a few of new features and fixes:
-It Can “normalize” a multi charset database by ignoring all “character set” definitions from source db
See flags -ics -ko in combination with -tc UTF8.
-It supports domains in SP parameters as well as NOT NULL, TYPE OF and COLLATE.
-It’s changed creation order of UNIQUE/FOREIGN and VIEW TRG/TABLE TRG as suggested by users in issues.

You need to use it from command line and specify the source and target database
fbclone source employee.fdb target new_db.fdb user sysdba password *****
News via Pierre Yager tweet

Firebird 2.5.2 sub-release is available with many bugfixes

Firebird Project is happy to announce general availability of Firebird 2.5.2 — a minor sub release is available
This sub-release introduces several bug fixes and a few improvements, please refer to the Release Notes for the full list of changes. All users upgrading from Firebird 2.5.1 are strongly advised to migrate databases using gbak backup/restore, see the details in the release notes. To download Firebird 2.5.2, please visit the Downloads section.

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 3 4 5 6 7 32