Commit Diff
--- addrcache.pl +++ addrcache.pl @@ -24,7 +24,6 @@ make_path($db_dir); my $dbh = DBI->connect($dsn, "", "", { RaiseError => 1, AutoCommit => 1, - sqlite_see_if_its_a_number => 1, }) or die "SQLite Error: $DBI::errstr"; $dbh->do(<<'SQL');
