The Virtual Table Mechanism Of SQLite
(vtab.html)
1. Introduction
... One cannot create a trigger on a virtual table.
One cannot create additional indices on a virtual table.
(Virtual tables can have indices but that must be built into
the virtual table implementation. Indices cannot be added
separately using CREATE ...
|
Atomic Commit In SQLite
(atomiccommit.html)
9.4. Garbage Written Into Files
... Corrupt data might also be introduced into an SQLite database
by bugs in the operating system or disk controller; especially
bugs triggered by a power failure. There is nothing SQLite can
do to defend against these kinds of problems.
|
Page generated by FTS5 in about 53.13 ms.