/[pgdiff]/pgdiff
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /pgdiff

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by dpavlin, Fri Aug 15 22:51:56 2003 UTC revision 1.9 by dpavlin, Thu Oct 16 09:36:43 2003 UTC
# Line 230  foreach my $table (@tables) { Line 230  foreach my $table (@tables) {
230    
231          debug_sql($msql);          debug_sql($msql);
232    
233          my $msth = $mdbh->prepare($msql) || die;          my $msth = $mdbh->prepare($msql) || die $mdbh->errstr;
234          $msth->execute() || die;          $msth->execute() || die $msth->errstr;
235    
236          my $ssth = $sdbh->prepare($ssql) || die;          my $ssth = $sdbh->prepare($ssql) || die $sdbh->errstr;
237          $ssth->execute() || die;          $ssth->execute() || die $ssth->errstr;
238    
239          my $diff_row = 0;          my $diff_row = 0;
240    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.26