Author: timbo
Date: Sun Feb 22 11:19:02 2004
New Revision: 130

Modified:
   dbi/trunk/Changes
   dbi/trunk/DBI.pm
Log:
Clarify primary_key_info docs.
Update Changes


Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes   (original)
+++ dbi/trunk/Changes   Sun Feb 22 11:19:02 2004
@@ -4,10 +4,7 @@
 
 =cut
 
-=head1 CHANGES in DBI 1.41 (svn rev XX),    17th February 2004
-
-Split keep_err ima into err_keep_call err_ignore_rtn, err_chknew_rtn
-FETCH would be err_keep_in and err_chknew_rtn
+=head1 CHANGES in DBI 1.41 (svn rev 130),    22nd February 2004
 
   Fixed execute_for_array() so tuple_status parameter is optional
     as per docs, thanks to Ed Avis.

Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm    (original)
+++ dbi/trunk/DBI.pm    Sun Feb 22 11:19:02 2004
@@ -4036,6 +4036,9 @@
   $sth = $dbh->primary_key_info( undef, $user, 'foo' );
   $data = $sth->fetchall_arrayref;
 
+The statement handle will return one row per column, ordered by
+TABLE_CAT, TABLE_SCHEM, TABLE_NAME, and KEY_SEQ.
+
 Note: The support for the selection criteria, such as $catalog, is
 driver specific.  If the driver doesn't support catalogs and/or
 schemas, it may ignore these criteria.

Reply via email to