in reply to Re^6: Threads and DBD::SQLite?
in thread Threads and DBD::SQLite?
According to this the syntax for using uri filenames has changed.
Using 'dbi:SQLite:dbname=file:memdb2?mode=memory&cache=shared' still creates a file; although the file is empty and the cache=shared appears to work.
The new syntax is apparently: 'dbi:SQLite:uri=file:memdb2?mode=memory&cache=shared'. However, now the shared cache no longer seems to work.
I'm bored with fighting dumb reasoning, so I'm putting this back in the deep freeze.
|
|---|