DatabaseConnection_sqlite::$savepointSupport

Whether this database connection supports savepoints.

Version of sqlite lower then 3.6.8 can't use savepoints. See http://www.sqlite.org/releaselog/3_6_8.html

Type: boolean

File

includes/database/sqlite/database.inc, line 28

Class

DatabaseConnection_sqlite
Specific SQLite implementation of DatabaseConnection.

Code

protected $savepointSupport = FALSE;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.