diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index f295f31..13f3c11 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -1864,7 +1864,8 @@ C<$dbh-Esqlite_last_insert_rowid()> directly. =head2 $dbh->sqlite_db_filename() -Retrieve the current (main) database filename. If the database is in-memory or temporary, this returns C. +Retrieve the current (main) database filename. If the database is in-memory +or temporary, this returns an empty string, or C. =head2 $dbh->sqlite_busy_timeout()