SQLite Forum

CLI Documentation Error
Login
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.