Home  |  Linux  | Mysql  | PHP  | XML
Date:Mon Jan 30 20:13:04 2012
Subject:[svn:p5ee] r15109 - p5ee/trunk/App-Repository/lib/App/Repository
Author: spadkins
Date: Mon Jan 30 12:13:04 2012
New Revision: 15109

Modified:
p5ee/trunk/App-Repository/lib/App/Repository/Oracle.pm

Log:
fixed insert_rows({ insert_method => single }) (for real this time)

Modified: p5ee/trunk/App-Repository/lib/App/Repository/Oracle.pm
==============================================================================
--- p5ee/trunk/App-Repository/lib/App/Repository/Oracle.pm (original)
+++ p5ee/trunk/App-Repository/lib/App/Repository/Oracle.pm Mon Jan 30 12:13:04 2012
@@ -401,7 +401,7 @@
if ($rows_ref eq "ARRAY") {
if ($insert_method eq "single") {
foreach my $row (@$rows) {
- $ok = $self->_insert_row($table, $cols, $rows, $options);
+ $ok = $self->_insert_row($table, $cols, $row, $options);
$nrows++ if ($ok);
}
}
Navigate in group perl.cvs.p5ee at sever nntp.perl.org
Previous Next





  
© No Copyright
You are free to use Anything, but please consult your advocate before doing so as this website
also list content from other sources which may be copyrighted.
Site Maintained by Zareef Ahmed
Powered By PHP Consultants