TH3
(th3.html)
... The error
reporting lines always begin with a single space character so that they
can be quickly extracted from large output files using:
grep "^ "
The default output shows the beginning and end of each configuration
and test module combination ...
|
Database File Format
(fileformat.html)
... 604
The "user version" as read and set by the user_version pragma.
644
True (non-zero) for incremental-vacuum mode. False (zero) otherwise.
684
The "Application ID" set by PRAGMA application_id.
7220
Reserved for expansion. Must be zero.
924
The ...
|
SQLite Changes From Version 3.4.2 To 3.5.0
(34to35.html)
... If xOpen() opens a file read-only then it sets *pOutFlags to
include SQLITE_OPEN_READONLY. Other bits in *pOutFlags may be
set.
SQLite will also add one of the following flags to the xOpen()
call, depending on the object being opened ...
|
Result and Error Codes
(rescode.html)
... Primary result code symbolic names are of the form "SQLITE_XXXXXX" where
XXXXXX is a sequence of uppercase alphabetic characters. Extended
result code names are of the form "SQLITE_XXXXXX_YYYYYYY" where
the XXXXXX part is the corresponding primary result code and the ...
|
The Virtual Database Engine of SQLite
(vdbe.html)
... The
sort key is formed by prepending one character from P3 to each string
and concatenating all the strings. The sort comparison function will
look at this character to determine whether the sort order is
ascending or descending, and whether ...
|
Page generated by FTS5 in about 51.77 ms.