Bug? SQLITE_DEFAULT_DEFENSIVE and CLI .parameters
"Keith Medcalf" <[email protected]>
| Newsgroups | gmane.comp.db.sqlite.general |
|---|---|
| Organization | This Side Up |
| Message-ID | <[email protected]> |
Defining SQLITE_DEFAULT_DEFENSIVE prevents proper working of the CLI .parameter commands. SQLite version 3.31.0 2020-01-19 18:49:07 Enter ".help" for usage hints. Connected to a transient in-memory database. Use ".open FILENAME" to reopen on a persistent database. sqlite> .schema sqlite> .param init sqlite> .schema sqlite> .param set :test test Error: no such table: temp.sqlite_parameters sqlite> CREATE TEMP TABLE sqlite_parameters(key TEXT PRIMARY KEY, value); Error: object name reserved for internal use: sqlite_parameters -- The fact that there's a Highway to Hell but only a Stairway to Heaven says a lot about anticipated traffic volume. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users