1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 06:08:38 -04:00

sqlite_db_filename may return an empty string or undef, dependeing on the situation (fix #50)

This commit is contained in:
Kenichi Ishigaki 2019-05-23 03:31:31 +09:00
parent a9c7c5131a
commit d4de22088c

View file

@ -1864,7 +1864,8 @@ C<$dbh-E<gt>sqlite_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<undef>.
Retrieve the current (main) database filename. If the database is in-memory
or temporary, this returns an empty string, or C<undef>.
=head2 $dbh->sqlite_busy_timeout()