Recent SQLite News
(news.html)
... 2017-01-06 - Release 3.16.2
One of the performance optimizations added in 3.16.0 caused triggers
and foreign keys to malfunction for the REPLACE statement on
WITHOUT ROWID tables that lack secondary indexes. This patch
release fixes ...
|
The sqlite3_analyzer.exe Utility Program
(sqlanalyze.html)
1.2. Example Output
... Index pages used
This is the number of pages in a table B-tree that hold only key (rowid)
information and no data.
Primary pages used
This is the number of B-tree pages that hold both key and data ...
|
SQLite Session Module C/C++ Interface
(session.html)
... It does not matter if the
PRIMARY KEY is an "INTEGER PRIMARY KEY" (rowid alias) or not. The PRIMARY
KEY may consist of a single column, or may be a composite key.
It is not an error if the named ...
|
The Virtual Database Engine of SQLite
(vdbe.html)
... Because operand P2 is 1 the row change count
is incremented and the rowid is stored for subsequent return by the
sqlite_last_insert_rowid() function. If P2 is 0 the row change count is
unmodified. This instruction is where the insert actually ...
|
Page generated by FTS5 in about 110.53 ms.