On Mon, Mar 15, 2004 at 11:54:08PM +0000, Tim Bunce wrote:
> 
> Known issues (late breaking news):
> 
>   Harmless compiler warning about an assignment on some platforms.
>   A couple of drivers are failing some tests:
>      DBD::Pg 1.32 fails one test, but it's harmless.
>      DBD::Unify 0.30 fails two tests, one harmless, the other due to
>        a problem with the private ScanLevel attribute.
>   These will be addressed by the driver authors but meanwhile the
>   drivers are still safe to install and use (except that using the
>   ScanLevel attribute in DBD::Unify may cause problems).

Further late breaking news related to DBD::DBM and drivers based
on DBD::File:

DBD::AnyData, DBD::RAM, or other modules which subclass DBD::File
may experience problems after installing the DBD::File in DBI 1.42.
The fix is to install the newest CPAN versions of those modules.
If you discover any other module that has problems with the latest
DBD::File, please email [EMAIL PROTECTED]

The per-table settings using $dbh->{dbm_tables} in DBD::DBM are broken
and will be fixed in the next release in a few weeks.  In the meantime,
if you want to access several tables with different DBM settings, use a
new $dbh handle for each table and make the settings in the connection
string.

Tim.

Reply via email to