ec3e57fa92
(1) If the argument to decimal(X) is a floating point value (or an 8-byte blob), the floating point value is expanded into its exact decimal representation. (2) Function decimal_sci(X) works the same except it returns the result in scientific notation. (3) New function decimal_pow2(N) returns the full decimal expansion of the N-th integer power of 2. FossilOrigin-Name: 8baf8c10aecb261751f2b154356ab224b79d07230929ec9f123791278e601bba |
||
---|---|---|
.. | ||
async | ||
expert | ||
fts3 | ||
fts5 | ||
icu | ||
lsm1 | ||
misc | ||
rbu | ||
recover | ||
repair | ||
rtree | ||
session | ||
userauth | ||
wasm | ||
README.md |
Loadable Extensions
Various loadable extensions for SQLite are found in subfolders.
Most subfolders are dedicated to a single loadable extension (for example FTS5, or RTREE). But the misc/ subfolder contains a collection of smaller single-file extensions.