protected property Connection::$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

drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php, line 35
Definition of Drupal\Core\Database\Driver\sqlite\Connection

Class

Connection
Specific SQLite implementation of DatabaseConnection.

Namespace

Drupal\Core\Database\Driver\sqlite

Code

protected $savepointSupport = FALSE;