diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 24c40d4..94f4633 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -1755,6 +1755,10 @@ This method is considered experimental and is subject to change in future versio See also L for better profiling options. +=head2 $dbh->sqlite_table_column_metadata( $dbname, $tablename, $columnname ) + +is for internal use only. + =head2 DBD::SQLite::compile_options() Returns an array of compile options (available since sqlite 3.6.23,