Author: hmbrand
Date: Fri May 1 05:33:03 2009
New Revision: 12731
Modified:
dbi/trunk/Changes
Log:
Make note in changes about last DBD::File change
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Fri May 1 05:33:03 2009
@@ -60,6 +60,7 @@
bind_param () now honors the attribute argument
added f_ext attribute
File::Spec is always required. (CORE since 5.00405)
+ Fail and set errstr on parameter count mismatch in execute ()
Fixed two small memory leaks when running in mod_perl
one in DBI->connect and one in DBI::Gofer::Execute.
Both due to "local $ENV{...};" leaking memory.