Lines Matching refs:sqlite3_snapshot_recover
82 # Simple tests for sqlite3_snapshot_recover().
117 sqlite3_snapshot_recover db main
134 sqlite3_snapshot_recover db main
140 # Check that calling sqlite3_snapshot_recover() does not confuse the
153 sqlite3_snapshot_recover db main
160 # Check that sqlite3_snapshot_recover() returns an error if it is called
165 sqlite3_snapshot_recover db main
172 list [catch { sqlite3_snapshot_recover db main } msg] $msg
176 sqlite3_snapshot_recover db main
179 list [catch { sqlite3_snapshot_recover db aux } msg] $msg
188 list [catch { sqlite3_snapshot_recover db aux } msg] $msg
191 list [catch { sqlite3_snapshot_recover db temp } msg] $msg
197 list [catch { sqlite3_snapshot_recover db aux } msg] $msg