in reply to DBD::SQLite will connect and CREATE, but not INSERT...sort of
As for the specific issue, I remember having to do silly things when running DBM::Deep tests on OSX. Specifically, when calling tempfile(), I had to flock( $fh, LOCK_UN ) prior to returning it because tempfile() on OSX returns a flocked filehandle. This may be related, depending on how DBD::SQLite handles temp files.
|
|---|