Hi folks. We are realeasing SqueakDBX 1.2, just an small release. For those who doesn't know, SqueakDBX is a database driver to connect to most of the existing databases.

For more details, please read www.squeakdbx.org

The main changes in this release are:

To install it:

Gofer new
��� squeaksource: 'MetacelloRepository';
��� package: 'ConfigurationOfSqueakDBX';
load.

(ConfigurationOfSqueakDBX project version: '1.2') load.

In Pharo 1.1 I recommend to evaluate the following:

DBXPlatform disableAutomaticConnectionReleaseOnGC

Cheers

Mariano