Home
last modified time | relevance | path

Searched refs:sqlite3_snapshot_open (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/test/
H A Dsnapshot_up.test12 # Tests for calling sqlite3_snapshot_open() when there is already
58 sqlite3_snapshot_open db main $::snap1
63 sqlite3_snapshot_open db main $::snap2
77 list [catch { sqlite3_snapshot_open db main $::snap1 } msg] $msg
86 list [catch { sqlite3_snapshot_open db main $::snap1 } msg] $msg
110 sqlite3_snapshot_open db main $::snap4
115 list [catch { sqlite3_snapshot_open db main $::snap3 } msg] $msg
129 list [catch { sqlite3_snapshot_open db main $::snap4 } msg] $msg
166 sqlite3_snapshot_open db main $::snap1
171 set ::res [list [catch { sqlite3_snapshot_open db main $::snap2 } msg] $msg]
H A Dsnapshot_fault.test21 # Check that an sqlite3_snapshot_open() client cannot be tricked into
49 if {[catch { sqlite3_snapshot_open db2 main $::snapshot } msg]} {
100 if {[catch { sqlite3_snapshot_open db main $::snapshot } msg]} {
122 # Test the handling of faults that occur within sqlite3_snapshot_open().
145 if { [catch { sqlite3_snapshot_open db main $::snapshot } msg] } {
H A Dsnapshot.test35 uplevel [list sqlite3_snapshot_open $DB $DBNAME $SNAPSHOT]
337 # sqlite3_snapshot_open() is called.
380 # "BEGIN; PRAGMA user_version;". And that sqlite3_snapshot_open() may
H A Dsnapshot3.test33 # sqlite3_snapshot_open()).
/sqlite-3.40.0/src/
H A Dmain.c4745 int sqlite3_snapshot_open( in sqlite3_snapshot_open() function
H A Dtest1.c2414 rc = sqlite3_snapshot_open(db, zName, pSnapshot); in test_snapshot_open()
2534 rc = sqlite3_snapshot_open(db, zName, (sqlite3_snapshot*)pBlob); in test_snapshot_open_blob()
H A Dsqlite.h.in10217 ** ^The [sqlite3_snapshot_open(D,S,P)] interface either starts a new read
10221 ** database. ^The [sqlite3_snapshot_open()] interface returns SQLITE_OK
10225 ** [autocommit mode] when [sqlite3_snapshot_open(D,S,P)] is called. If there
10232 ** ^A call to sqlite3_snapshot_open() will fail to open if the specified
10244 ** ^(A call to [sqlite3_snapshot_open(D,S,P)] will fail if the
10253 ** The [sqlite3_snapshot_open()] interface is only available when the
10256 SQLITE_EXPERIMENTAL int sqlite3_snapshot_open(
10313 ** on that database and [WAL file], the [sqlite3_snapshot_open()] interface
10319 ** sqlite3_snapshot_open(). It is an error if there is already a read