diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 47cd01a..c81d9ae 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -1446,8 +1446,8 @@ sqlite3 extensions. After the call, you can load extensions like this: =head2 DBD::SQLite::compile_options() Returns an array of compile options (available since sqlite 3.6.23, -bundled in DBD::SQLite 1.30_01), or undef if the bundled library is old or -compiled with SQLITE_OMIT_COMPILEOPTION_DIAGS. +bundled in DBD::SQLite 1.30_01), or an empty array if the bundled +library is old or compiled with SQLITE_OMIT_COMPILEOPTION_DIAGS. =head1 DRIVER CONSTANTS