diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 2d017cf..9a18362 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -1373,7 +1373,7 @@ operation, and thus it is possible that another thread or process could create a separate transaction and write to the database after the C on the current thread has executed, and eventually cause a "deadlock". To avoid this, DBD::SQLite internally issues -a C if you begin a transaction by +a C if you begin a transaction by calling C or by turning off C (since 1.38_01). If you really need to turn off this feature for some reasons,