/[webpac]/trunk/index_DBI_cache.pm
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 /trunk/index_DBI_cache.pm

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

revision 219 by dpavlin, Thu Feb 5 10:56:55 2004 UTC revision 225 by dpavlin, Tue Feb 10 10:20:50 2004 UTC
# Line 66  sub delete_and_create { Line 66  sub delete_and_create {
66  # FIX: this is not a good way to check if table exists!  # FIX: this is not a good way to check if table exists!
67          if ($sth->execute() && $sth->fetchrow_hashref) {          if ($sth->execute() && $sth->fetchrow_hashref) {
68                  my $sql = "drop table $field";                  my $sql = "drop table $field";
69                  my $sth = $self->{dbh}->do($sql) || die "SQL: $sql ".$self->{dbh}->errstr();                  my $sth = $self->{dbh}->do($sql) || warn "SQL: $sql - ".$sth->errstr();
70          }          }
71          $sql = "create table $field (          $sql = "create table $field (
72                          item varchar(255),                          item varchar(255),

Legend:
Removed from v.219  
changed lines
  Added in v.225

  ViewVC Help
Powered by ViewVC 1.1.26