Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
221
Merge Requests
221
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
eadde8da
Commit
eadde8da
authored
Jul 05, 2016
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2605594
by daffie, pukku, catch, yngens2: Change minimum required sqlite version to 3.7.11
parent
cc6885bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
core/INSTALL.txt
core/INSTALL.txt
+1
-1
core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php
.../lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php
+1
-1
No files found.
core/INSTALL.txt
View file @
eadde8da
...
@@ -27,7 +27,7 @@ Drupal requires:
...
@@ -27,7 +27,7 @@ Drupal requires:
- Percona Server 5.5.8 (or greater) (http://www.percona.com/). Percona
- Percona Server 5.5.8 (or greater) (http://www.percona.com/). Percona
Server is a backwards-compatible replacement for MySQL.
Server is a backwards-compatible replacement for MySQL.
- PostgreSQL 9.1.2 (or greater) (http://www.postgresql.org/).
- PostgreSQL 9.1.2 (or greater) (http://www.postgresql.org/).
- SQLite 3.
6.8
(or greater) (http://www.sqlite.org/).
- SQLite 3.
7.11
(or greater) (http://www.sqlite.org/).
For more detailed information about Drupal requirements, including a list of
For more detailed information about Drupal requirements, including a list of
PHP extensions and configurations that are required, see "System requirements"
PHP extensions and configurations that are required, see "System requirements"
...
...
core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php
View file @
eadde8da
...
@@ -28,7 +28,7 @@ public function name() {
...
@@ -28,7 +28,7 @@ public function name() {
* {@inheritdoc}
* {@inheritdoc}
*/
*/
public
function
minimumVersion
()
{
public
function
minimumVersion
()
{
return
'3.
6.8
'
;
return
'3.
7.11
'
;
}
}
/**
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment