SQLite Forum

CLI Documentation Error
Login

CLI Documentation Error

(1.1) By Keith Medcalf (kmedcalf) on 2021-06-21 04:33:59 edited from 1.0 [source]

Section 15 of https://sqlite.org/cli.html

The sqlite_parameters table now does not have a type for the value column.

CREATE TABLE temp.sqlite_parameters(
  key TEXT PRIMARY KEY,
  value
) WITHOUT ROWID;

The documentation seems to have not been updated when the code was updated.

(2) By Larry Brasfield (larrybr) on 2021-06-21 04:48:08 in reply to 1.1 [link] [source]

Thanks. Fixed here.