Lines Matching refs:is
4 # a legal notice, here is a blessing:
34 # It's not clear how to test that a blob handle really is closed.
36 # Assume here that if the SHARED lock on the db file is released,
47 # for read-write access, and if the database is in auto-commit mode and
49 # statements, the current transaction is committed.
51 # 2.1.*: Transaction is not committed if there are other open
54 # 2.2.*: Transaction is not committed if not in auto-commit mode.
62 sqlite3_blob_open db main x1 b -10000 0 B4 ;# B4 is read-only!
141 # EVIDENCE-OF: R-41959-38737 Otherwise, if this function is passed a
147 } {SQLITE_BUSY {database is locked}}
149 # EVIDENCE-OF: R-37801-37633 The BLOB handle is closed unconditionally.
150 # Even if this routine returns an error code, the handle is still
154 # is closed, even though blob_close() returned SQLITE_BUSY.
159 # transaction, an error code is returned and the transaction rolled
162 # Row 1 is removed (it was inserted this transaction) and row -10
163 # is restored to its original state. Transaction has been rolled back.
170 # (such as would be returned by a failed call to sqlite3_blob_open()) is