Small. Fast. Reliable.
Choose any three.

Search results 51..60 of 67 for: commit

TH3
(th3.html)
4. Test Coverage  ... The SQLite developers are committed to maintaining 100% branch coverage and MC/DC for all future releases of SQLite. The cov1 test set used to obtain 100% branch test coverage are only a subset of the tests currently implemented using ... 
 ... For details, read about atomic commit in SQLite.. By default, each INSERT statement is its own transaction. But if you surround multiple INSERT statements with BEGIN...COMMIT then all the inserts are grouped into a single transaction. The time needed ... 
Recent SQLite News
(news.html)
 ... Since version 3.17.0, if you were to retry a COMMIT command over and over after it returns SQLITE_BUSY, it might eventually report success, even though it was still blocked. This patch fixes the problem. 2020-05-25 - Release ... 
 ... SQLite is transactional, meaning that multiple changes can be grouped together such that either all or none of them occur, and so that the changes can be rolled back if a problem is found prior to commit. This allows an ... 
Syntax Diagrams For SQLite
(syntaxdiagrams.html)
 ... See also:   lang_comment.html commit-stmt: Used by:   sql-stmt See also:   lang_transaction.html common-table-expression: Used by:   compound-select-stmt   delete-stmt   delete-stmt-limited  ... 
Result and Error Codes
(rescode.html)
6. Result Code Meanings  ... when the transaction is first started, during any write or update operations, or when the transaction commits. To avoid encountering SQLITE_BUSY errors in the middle of a transaction, the application can use BEGIN IMMEDIATE instead of just BEGIN to start ... 
ANALYZE
(lang_analyze.html)
 ... sqlite3_exec(db, zStat1Init, 0, 0, 0); Perhaps also add "BEGIN;" at the start of the string constant and "COMMIT;" at the end, depending on the context in which the script is run. See the query planner stability guarantee for addition ... 
 ... 11    Commit        0      0 The instruction Commit causes all modifications to the database that have been made since the last Transaction to ... 
35% Faster Than The Filesystem
(fasterthanfs.html)
2.2. Write Performance Measurements  ... The timer for the database writes is stopped after the transaction commits, but before a checkpoint is run. Note that the SQLite writes, unlike the direct-to-disk writes, are transactional and power-safe, though because the synchronous setting is ... 
2.16. The xSync Method int (*xSync)(sqlite3_vtab *pVTab); This method signals the start of a two-phase commit on a virtual table. This is method is optional. The xSync pointer of sqlite3_module may be NULL. This method is only invoked after call to the ... 

1234567

Page generated by FTS5 in about 95.75 ms.