summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-10-14 18:33:20 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-10-14 18:33:20 -0400
commitbc9cd7d58181d0fb6c63680ec7fca05a1ec42962 (patch)
tree6f8a35582a363ddebbf20bdcebf21605cac09a20
parent5d6340b7e3e9b8e4038da4ddc13e92b01a165ba0 (diff)
downloadbrdo-bc9cd7d58181d0fb6c63680ec7fca05a1ec42962.tar.gz
brdo-bc9cd7d58181d0fb6c63680ec7fca05a1ec42962.tar.bz2
Issue #2583743 by jcnventura: Correct required version of SQLite in INSTALL.txt
-rw-r--r--INSTALL.txt2
-rw-r--r--includes/database/sqlite/install.inc2
2 files changed, 1 insertions, 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';