--- trunk/index_DBI_cache.pm 2004/02/05 10:56:55 219 +++ trunk/index_DBI_cache.pm 2004/02/10 10:20:50 225 @@ -66,7 +66,7 @@ # FIX: this is not a good way to check if table exists! if ($sth->execute() && $sth->fetchrow_hashref) { my $sql = "drop table $field"; - my $sth = $self->{dbh}->do($sql) || die "SQL: $sql ".$self->{dbh}->errstr(); + my $sth = $self->{dbh}->do($sql) || warn "SQL: $sql - ".$sth->errstr(); } $sql = "create table $field ( item varchar(255),