constant Tasks::SQLITE_MINIMUM_VERSION in Drupal 9
Minimum required SQLite version.
Use to build sqlite library with json1 option for JSON datatype support.
See also
https://www.sqlite.org/json1.html
File
- core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Install/ Tasks.php, line 21
Class
- Tasks
- Specifies installation tasks for SQLite databases.
Namespace
Drupal\Core\Database\Driver\sqlite\InstallCode
const SQLITE_MINIMUM_VERSION = '3.26';