Author: timbo
Date: Wed Sep 14 02:11:59 2011
New Revision: 14932
Modified:
dbi/trunk/Changes
dbi/trunk/DBI.pm
Log:
Updated link to the SQL Reunion 95 docs, RT69577
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Wed Sep 14 02:11:59 2011
@@ -8,7 +8,6 @@
=head2 Changes in DBI 1.617 (svn rXXX)
- Added pod for default_user to DBI::DBD (Martin J. Evans)
Fixed ParamTypes example in the pod (Martin J. Evans)
Fixed the definition of ArrayTupleStatus and remove confusion over
rows affected in list context of execute_array (Martin J. Evans)
@@ -18,10 +17,13 @@
Removed old code that was an inneffective attempt to detect
people doing DBI->{Attrib}.
+ Added pod for default_user to DBI::DBD (Martin J. Evans)
Added CON, ENC and DBD trace flags and extended 09trace.t (Martin J. Evans)
Added TXN trace flags and applied CON and TXN to relevant methods (Tim Bunce)
+ Added some more fetchall_arrayref(..., $maxrows) tests (Tim Bunce)
Reserved spatialite_ as a driver prefix for DBD::Spatialite
Reserved mo_ as a driver prefix for DBD::MO
+ Updated link to the SQL Reunion 95 docs, RT69577 (Ash Daminato)
=head2 Changes in DBI 1.616 (svn r14616) 30th December 2010
Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm (original)
+++ dbi/trunk/DBI.pm Wed Sep 14 02:11:59 2011
@@ -2342,7 +2342,7 @@
For an interesting diversion on the I<real> history of RDBMS and SQL,
from the people who made it happen, see:
-
http://ftp.digital.com/pub/DEC/SRC/technical-notes/SRC-1997-018-html/sqlr95.html
+ http://www.mcjones.org/System_R/SQL_Reunion_95/sqlr95.html
Follow the "Full Contents" then "Intergalactic dataspeak" links for the
SQL history.