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
protected $savepointSupport = FALSE;