ANN: IB LogManager V2.12.0 released

Upscene Productions is proud to announce IB LogManager V2.12.0, the only specialized Change-Data-Capture (CDC) product for Firebird and InterBase on the market.

More information on the new release is available here:
http://www.upscene.com/displaynews.php?item=20120731

This release adds support for Unicode across the entire product family and several enhancements/bugfixes in the IBLMPump and IBLMRedo_cmd addons, which makes the database standby feature (uni-directional replication) even more powerful/reliable.

A screencast on how to setup a (hot)-standby database environment with the IB LogManager product family is available here:
http://www.iblogmanager.com/download/demos/iblm/iblm_hotstandby.htm

More information on the product is available in the IB LogManager section on our website:
http://www.upscene.com/go/?go=iblm

ANN: FB TraceManager V2.5.4 available (Trace SWEEP)

Upscene Productions is proud to announce FB TraceManager V2.5.4, a professional environment to monitor, profile, trace and optimize Firebird databases.

More information on the new release is available here:
http://www.upscene.com/displaynews.php?item=20120731b

This release adds support for the new Firebird 2.5.2 sweep tracing capabilities via the Trace API across the entire product (trace configuration “log_sweep”, parser, trace data storage etc.).

A ~ 4min. screencast is available here:
http://ts.upscene.com/download/demos/fbtm/fbtm_sweep_tracing.htm

More information on the product is available in the FB TraceManager section on our website, including an edition comparison sheet, webcasts etc.:
http://www.upscene.com/go/?go=fbtm

Django 1.4 support for Firebird ready for tests

Maximiliano Robaina wrote on django-firebird group

I would just like to say that the first attempt to support django 1.4 is ready for test, but we have a few considerations related to this release.

First, this test version live in  github.com/maxirobaina/django-firebird
For now, this repo is just for test but I think that will be the next official home in short time.

Second, the way as insert worked was deprecated. At previous versions we have contemplated not to use triggers for manage auto incremental fields, the value of autoinc fields were generated on python code by using GEN_ID or NEXT VALUE FOR according to firebird version. Now, is necessary to have triggers (and sequences/generators) for inserts and set new primary key values, then, if you are using a legacy database without this, It will not work.
If anybody think that is a bad idea remove this behavior and need it, we can discuss about it.

Third, obviously django-firebird doesn’t pass all the django test suite.
For example, django try to create a field as decimal(38,30)

django.db.utils.DatabaseError: (-842, u’isc_dsql_prepare: \n  Dynamic SQL Error\n  SQL error code = -842\n  Precision must be from 1 to 18 — CREATE TABLE “MODEL_FIELDS_BIGD” (\n    “ID” integer NOT NULL PRIMARY KEY,\n    “D” decimal(38, 30) NOT NULL\n)\n;’)

And of course, we need to have our own test suite.

That is all. Feel free to try and to express your opinion.

Jaybird 2.2 #JDBC #Java driver is Released with many fixes

The Firebird JDBC team is happy to announce the release of Jaybird 2.2.0.

This release contains the following changes:

  • Enhanced support for JDBC 4.0 (Java 6)
  • Support for JDBC 4.1 (Java 7) — including try-with-resources support,
  • Implementation of getGeneratedKeys(),
  • Enhanced support for the services API,
  • Support for 64 bit native libraries for Type 2 / Embedded,
  • A number of bug fixes.

Fixes since Jaybird 2.2.0-beta-1:
* ConcurrentModificationException when closing connection obtained from org.firebirdsql.ds.FBConnectionPoolDataSource with statements open (JDBC-250),
* Memory leak when obtaining multiple connections for the same URL (JDBC-249),
* CPU spikes to 100% when using events and Firebird Server is stopped or unreachable (JDBC-232),
* Events do not work on Embedded (JDBC-247),
* Provide workaround for characterset transliteration problems indatabase filenames and other connection properties (JDBC-253),
* FBBackupManager does not allow 16kb page size for restore (JDBC-255),
* Log warning and add warning on Connection when no explicit connectioncharacter set is specified (JDBC-257).

The release is also available on maven(*):

<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>2.2.0</version>

The artifactId depends on your target Java version: jaybird-jdk15, jaybird-jdk16 or jaybird-jdk17.

1 51 52 53 54 55 147