in reply to Re^2: Accessing SQLite databases within ZIP files
in thread Accessing SQLite databases within ZIP files
tempdir's CLEANUP flag
Since elsewhere in this thread you wrote this needs to work on Windows, let me quote "DBD::SQLite And File::Temp" from the DBD::SQLite documentation:
CLEANUP may not work unless a database is disconnected
When you set CLEANUP option to true when you create a temporary directory with tempdir() or newdir(), you may have to disconnect databases explicitly before the temporary directory is gone (notably under MS Windows).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Accessing SQLite databases within ZIP files
by AppleFritter (Vicar) on Oct 02, 2017 at 12:42 UTC |