590
edits
Comrade693 (talk | contribs) |
Comrade693 (talk | contribs) |
||
| Line 45: | Line 45: | ||
== Reliability == | == Reliability == | ||
* What failure modes or decision points are presented to the user? | * What failure modes or decision points are presented to the user? | ||
** None to the user | |||
** The consumer is notified of results, errors, and completion. Additionally, it can cancel the execution of the statement at any time. | |||
* Can its files be corrupted by failures? Does it clean up any locks/files after crashes? | * Can its files be corrupted by failures? Does it clean up any locks/files after crashes? | ||
** Files should not be corrupted by failures. SQLite manages the cleanup after crashes. | |||
== Configuration == | == Configuration == | ||
edits