From: Dylan William Hardison Date: Tue, 12 Feb 2019 02:21:31 +0000 (-0500) Subject: no bug - add pragma required to use latest sqlite version X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ee3a9d9bb9caad89949b18e0df20dc7b151992c;p=thirdparty%2Fbugzilla.git no bug - add pragma required to use latest sqlite version --- diff --git a/Bugzilla/DB/Sqlite.pm b/Bugzilla/DB/Sqlite.pm index 7a97ad06a..7b07a71ab 100644 --- a/Bugzilla/DB/Sqlite.pm +++ b/Bugzilla/DB/Sqlite.pm @@ -125,6 +125,7 @@ sub on_dbi_connected { # better concurrency and don't need 3.6 compatibility, then you can # uncomment this line. #journal_mode => "'WAL'", + legacy_alter_table => 'ON', ); while (my ($name, $value) = each %pragmas) {