Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!6564
Add testing wtih SQLite 3.45
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Add testing wtih SQLite 3.45
issue/drupal-3420972:3420972-add-testing-wtih
into
11.x
Overview
5
Commits
4
Pipelines
8
Changes
3
4 open threads
Hide all comments
Closed
Add testing wtih SQLite 3.45
quietone
requested to merge
issue/drupal-3420972:3420972-add-testing-wtih
into
11.x
Feb 13, 2024
Overview
5
Commits
4
Pipelines
8
Changes
3
4 open threads
Hide all comments
Closes
#3420972
0
0
Merge request reports
Compare
11.x
version 6
92af2319
Apr 14, 2024
version 5
17fbcfe9
Apr 9, 2024
version 4
ac7d98e5
Apr 9, 2024
version 3
79c3724e
Feb 13, 2024
version 2
c376a4c1
Feb 13, 2024
version 1
cc795b14
Feb 13, 2024
11.x (base)
and
latest version
latest version
a525d28d
4 commits,
Apr 15, 2024
version 6
92af2319
3 commits,
Apr 14, 2024
version 5
17fbcfe9
2 commits,
Apr 9, 2024
version 4
ac7d98e5
1 commit,
Apr 9, 2024
version 3
79c3724e
1 commit,
Feb 13, 2024
version 2
c376a4c1
1 commit,
Feb 13, 2024
version 1
cc795b14
1 commit,
Feb 13, 2024
3 files
+
13
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php
+
1
−
1
View file @ a525d28d
Edit in single-file editor
Open in Web IDE
Show full file
@@ -18,7 +18,7 @@ class Tasks extends InstallTasks {
* Use to build sqlite library with json1 option for JSON datatype support.
* @see https://www.sqlite.org/json1.html
*/
const
SQLITE_MINIMUM_VERSION
=
'3.
26
'
;
const
SQLITE_MINIMUM_VERSION
=
'3.
45
'
;
/**
* {@inheritdoc}
Loading