in reply to DBD::SQLite reporting a database file is corrupted, sqlite3 command line tool does not

You probably need to upgrade DBD::SQLite to a recent version
use DBD::SQLite; warn $DBD::SQLite::VERSION; warn $DBD::SQLite::sqlite_version; __END__ 1.25 at - line 3. 3.6.13 at - line 4.
  • Comment on Re: DBD::SQLite reporting a database file is corrupted, sqlite3 command line tool does not
  • Download Code