protected property 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
- drupal-7.x/
includes/ database/ sqlite/ database.inc, line 28 - Database interface code for SQLite embedded database engine.
Class
- DatabaseConnection_sqlite
- Specific SQLite implementation of DatabaseConnection.
Code
protected $savepointSupport = FALSE;