]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_DBCONFIG_ENABLE_VIEW option, together with a "db config"
authordrh <drh@noemail.net>
Thu, 15 Aug 2019 21:27:20 +0000 (21:27 +0000)
committerdrh <drh@noemail.net>
Thu, 15 Aug 2019 21:27:20 +0000 (21:27 +0000)
commit11d88e68abdf23f131dca81ad8d3517a5cf8449b
tree8381b7ba81b7f17b2556a738718ab5ee4a369e8a
parent725dd72400872da94dcfb6af48128905b93d57fe
Add the SQLITE_DBCONFIG_ENABLE_VIEW option, together with a "db config"
command in the TCL interface that can access that option as well as all the
other sqlite3_db_config() boolean options.

FossilOrigin-Name: 61b4bccd2984f4c2cf50f58ef08677588e57aa7e079af07473b2e188d9ce4f52
manifest
manifest.uuid
src/main.c
src/select.c
src/shell.c.in
src/sqlite.h.in
src/sqliteInt.h
src/tclsqlite.c
test/tclsqlite.test
test/view.test