Author: timbo
Date: Tue Mar 16 02:42:26 2004
New Revision: 235
Modified:
dbi/trunk/Changes
Log:
Change note for Jeff's r231 checkin.
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Tue Mar 16 02:42:26 2004
@@ -10,6 +10,8 @@
Fixed compiler warning thanks to Paul Marquess.
Fixed "trace level set to" trace message thanks to H.Merijn Brand.
+ Fixed DBD::DBM $dbh->{dbm_tables}->{...} to be keyed by the
+ table name not the file name thanks to Jeff Zucker.
Changed selectall_arrayref() to call finish() if
$attr->{MaxRows} is defined.