Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3101671
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3101671
Commits
eadde8da
Commit
eadde8da
authored
8 years ago
by
Alex Pott
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2605594
by daffie, pukku, catch, yngens2: Change minimum required sqlite version to 3.7.11
parent
cc6885bd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/INSTALL.txt
+1
-1
1 addition, 1 deletion
core/INSTALL.txt
core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php
+1
-1
1 addition, 1 deletion
.../lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php
with
2 additions
and
2 deletions
core/INSTALL.txt
+
1
−
1
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"
...
...
This diff is collapsed.
Click to expand it.
core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php
+
1
−
1
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
'
;
}
}
/**
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment