JSON Functions And Operators
(json1.html)
3.6. JSON5 Extensions
... These routines understand all of JSON5, plus a little more.
SQLite extends the JSON5 syntax in these two ways:
Strict JSON5 requires that
unquoted object keys must be ECMAScript 5.1 IdentifierNames. But large
unicode tables and lots of code ...
|
How SQLite Is Tested
(testing.html)
7.1. Statement versus branch coverage
... Branch coverage is more strict. With branch coverage, each test and
each subblock within the statement is considered separately. In order
to achieve 100% branch coverage in the example above, there must be at
least three test cases:
a< ...
|
The SQLite Bytecode Engine
(opcode.html)
4. The Opcodes
... This is used
to implement "strict affinity".
GENERATED ALWAYS AS ... STATIC columns are only checked if P3
is zero. When P3 is non-zero, no type checking occurs for
static generated columns. Virtual columns are computed at query time
and ...
|
Page generated by FTS5 in about 28.23 ms.