From e109bc83b4d15992002eb17173fd105a82989de8 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Thu, 29 Jan 2009 01:48:29 +0000 Subject: [PATCH] DBD::SQLite: applied a doc patch to address the permission issue of a db directory [RT #41047] --- lib/DBD/SQLite.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index fefb834..ff17ff9 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -5,7 +5,7 @@ use strict; use DBI; use vars qw($err $errstr $state $drh $VERSION @ISA); -$VERSION = '1.14'; +$VERSION = '1.15'; use DynaLoader(); @ISA = ('DynaLoader'); @@ -544,6 +544,10 @@ And then retreival just works: =head1 NOTES +Although the database is stored in a single file, the directory containing the +database file must be writable by SQLite because the library will create +several temporary files there. + To access the database from the command line, try using dbish which comes with the DBI module. Just type: