From bc9cd7d58181d0fb6c63680ec7fca05a1ec42962 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Wed, 14 Oct 2015 18:33:20 -0400 Subject: Issue #2583743 by jcnventura: Correct required version of SQLite in INSTALL.txt --- INSTALL.txt | 2 +- includes/database/sqlite/install.inc | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 6f02c05ae..e00c8bad3 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -23,7 +23,7 @@ Drupal requires: - Percona Server 5.1.70 (or greater) (http://www.percona.com/). Percona Server is a backwards-compatible replacement for MySQL. - PostgreSQL 8.3 (or greater) (http://www.postgresql.org/). - - SQLite 3.4.2 (or greater) (http://www.sqlite.org/). + - SQLite 3.3.7 (or greater) (http://www.sqlite.org/). For more detailed information about Drupal requirements, including a list of PHP extensions and configurations that are required, see "System requirements" diff --git a/includes/database/sqlite/install.inc b/includes/database/sqlite/install.inc index 62cbac381..10884e2f1 100644 --- a/includes/database/sqlite/install.inc +++ b/includes/database/sqlite/install.inc @@ -14,8 +14,6 @@ class DatabaseTasks_sqlite extends DatabaseTasks { /** * Minimum engine version. - * - * @todo: consider upping to 3.6.8 in Drupal 8 to get SAVEPOINT support. */ public function minimumVersion() { return '3.3.7'; -- cgit v1.2.3