comment out sqlite3.defensive = 1

follow common practice, this is the default value
This commit is contained in:
Remi Collet 2019-03-19 16:26:26 +01:00
parent fe2885d80a
commit 78c9a53df7
2 changed files with 2 additions and 2 deletions

View File

@ -997,7 +997,7 @@ cli_server.color = On
; the sqlite_dbpage virtual table.
; https://www.sqlite.org/c3ref/c_dbconfig_defensive.html
; (for older SQLite versions, this flag has no use)
sqlite3.defensive = 1
;sqlite3.defensive = 1
[Pcre]
;PCRE library backtracking limit.

View File

@ -1004,7 +1004,7 @@ cli_server.color = On
; the sqlite_dbpage virtual table.
; https://www.sqlite.org/c3ref/c_dbconfig_defensive.html
; (for older SQLite versions, this flag has no use)
sqlite3.defensive = 1
;sqlite3.defensive = 1
[Pcre]
;PCRE library backtracking limit.