diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 6804b60..07d96d5 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -1553,6 +1553,11 @@ If you set this to true, DBD::SQLite tries to see if the bind values are number or not, and does not quote if they are numbers. See above for details. +=item sqlite_extended_result_codes + +If set to true, DBD::SQLite uses extended result codes where appropriate +(see L). + =back =head2 Statement Handle Attributes