Error message
You are browsing documentation for drupal 7.x, which is not supported anymore. Read the updated version of this page for drupal 11.x (the latest version).function DatabaseTasks_sqlite::minimumVersion
Minimum engine version.
Return value
A version string. If not NULL, it will be checked against the version reported by the Database engine using version_compare().
Overrides DatabaseTasks::minimumVersion
File
-
includes/
database/ sqlite/ install.inc, line 18
Class
- DatabaseTasks_sqlite
- @file SQLite specific install functions
Code
public function minimumVersion() {
return '3.3.7';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.