Author: sjohnston
Date: Wed Apr 28 09:25:49 2010
New Revision: 13935
Modified:
dbi/trunk/Changes
Changes in other areas also in this revision:
Modified:
GoferTransport-http/trunk/Changes
Log:
Move DBD::Gofer::Transport::http releated change notes to appropriate file.
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Wed Apr 28 09:25:49 2010
@@ -26,9 +26,6 @@
Added DBI::sql_type_cast($value, $type, $flags) to cast a string value
to an SQL type. e.g. SQL_INTEGER effectively does $value += 0;
Has other options plus an internal interface for drivers.
- Added support to DBD::Gofer for Basic HTTP Authentication
- and GoferConfigVerbose config setting to Gofer mod_perl
- thanks to Stuart Johnston.
Documentation changes:
Small fixes in the documentation of DBD::DBM (H.Merijn Brand)