[svn:dbi] r13948 - dbi/trunk/lib/DBD

[email protected]
Newsgroups perl.dbi.changes
Message-ID <[email protected]>
Author: REHSACK
Date: Thu May  6 08:58:37 2010
New Revision: 13948

Modified:
   dbi/trunk/lib/DBD/DBM.pm

Log:
Fix types of col_names/col_nums members of table object


Modified: dbi/trunk/lib/DBD/DBM.pm
==============================================================================
--- dbi/trunk/lib/DBD/DBM.pm	(original)
+++ dbi/trunk/lib/DBD/DBM.pm	Thu May  6 08:58:37 2010
@@ -434,8 +434,8 @@
                 lock_fh        => $lock_table->{fh},
                 lock_ext       => $lockext,
                 nolock         => $nolock,
-		col_names      => {},
-		col_nums       => [],
+		col_names      => [],
+		col_nums       => {},
               };
 
     # COLUMN NAMES
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.