Author: REHSACK
Date: Fri Jun 4 04:59:12 2010
New Revision: 14100
Modified:
dbi/trunk/Changes
Log:
Note last Changes
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Fri Jun 4 04:59:12 2010
@@ -13,6 +13,8 @@
Fixed problems in 50dbm.t when running tests with multiple
dbms (Martin J. Evans)
Fixed DBD::DBM bugs found during tests (Jens Rehsack)
+ Fixed DBD::File doesn't find files without extensions under some
+ circumstances (Jens Rehsack, H. Merijn Brand, fixes RT#59038)
Changed Makefile.PL to modernize with CONFLICTS, recommended dependencies
and resources (Jens Rehsack)
@@ -20,12 +22,13 @@
appending .prev, instead of overwriting it.
Changed DBI::ProfileDumper::Apache to work in more configurations
including vhosts using PerlOptions +Parent.
+ Add driver_prefix method to DBI (Jens Rehsack)
Added more tests to 50dbm_simple.t to prove optimizations in
DBI::SQL::Nano and SQL::Statement (Jens Rehsack)
Updated tests to cover optional installed SQL::Statement (Jens Rehsack)
Synchronize between SQL::Statement and DBI::SQL::Nano (Jens Rehsack)
- Added basic test for DBD::File (H. Merijn Brand)
+ Added basic test for DBD::File (H. Merijn Brand, Jens Rehsack)
Updated and clarified documentation for finish method (Tim Bunce).
Changes to DBD::File for better English and hopefully better
@@ -33,6 +36,8 @@
Update documentation of DBD::DBM to cover current implementation,
tried to explain some things better and changes most examples to
preferred style of Merijn and myself (Jens Rehsack)
+ Added developer documentation (including a roadmap of future plans)
+ for DBD::File
=head2 Changes in DBI 1.611 (svn r13935) 29th April 2010