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:
parent
a9c7c5131a
commit
d4de22088c
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue