Author: hmbrand
Date: Tue Jun 29 03:10:44 2010
New Revision: 14196

Modified:
   dbi/trunk/Changes

Log:
Document {ChopBlank} fix for DBD::File

Note that it still needs work for field types other than CHAR
(if possible)

Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes   (original)
+++ dbi/trunk/Changes   Tue Jun 29 03:10:44 2010
@@ -15,6 +15,8 @@
 has been done by other people. I'd like to thank (in no particular order)
 Jens Rehsack, Martin J. Evans, and H.Merijn Brand for all their contributions.
 
+  Fixed DBD::File's {ChopBlank} handling (it stripped \s instead of space
+    only as documented in DBI) (H.Merijn Brand)
   Fixed DBD::DBM breakage with SQL::Statement (Jens Rehsack, fixes RT#56561)
   Fixed DBD::File file handle leak (Jens Rehsack)
   Fixed problems in 50dbm.t when running tests with multiple

Reply via email to