]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enable the sqlite3_serialize() and sqlite3_deserialize() interfaces by
authordrh <>
Sat, 8 May 2021 17:18:23 +0000 (17:18 +0000)
committerdrh <>
Sat, 8 May 2021 17:18:23 +0000 (17:18 +0000)
commit8d889afc0d81839bde67731d14263026facc89d1
tree5129a2ef2db0b451c4ec8149df190d59790c0fda
parentd10c3ca3f76648c558d70848d6e3cccf6284dbe3
Enable the sqlite3_serialize() and sqlite3_deserialize() interfaces by
default.  Omit the SQLITE_ENABLE_DESERIALIZE option and replace it with
the SQLITE_OMIT_DESERIALIZE option.

FossilOrigin-Name: 6df3b03e00b1143be8fed3a39a58ce81063020275aa1ac13d87c84f1ceda6e27
21 files changed:
Makefile.in
Makefile.msc
autoconf/Makefile.msc
main.mk
manifest
manifest.uuid
src/attach.c
src/global.c
src/main.c
src/memdb.c
src/pager.c
src/shell.c.in
src/sqlite.h.in
src/sqliteInt.h
src/tclsqlite.c
src/test_config.c
test/dbfuzz2.c
test/optfuzz.c
test/releasetest.tcl
test/releasetest_data.tcl
tool/omittest.tcl