]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Omit the new SQLITE_VALUE_SUBTYPE name. Stay with legacy SQLTIE_SUBTYPE.
authordrh <>
Thu, 9 Nov 2023 12:08:16 +0000 (12:08 +0000)
committerdrh <>
Thu, 9 Nov 2023 12:08:16 +0000 (12:08 +0000)
commit194b8d514bc8ba594e88c93cfaba66ff24d00ae8
tree1549e80ef31818a81134091d98c6d122c51d70c3
parent243f2ec6a15201fdcabc791fd7618d85332fe83f
Omit the new SQLITE_VALUE_SUBTYPE name.  Stay with legacy SQLTIE_SUBTYPE.
Add extra documentation to sqlite3_value_subtype() and sqlite3_result_subtype()
indicating that the SQLITE_SUBTYPE and SQLITE_RESULT_SUBTYPE properties are
required on functions that use those interfaces.

FossilOrigin-Name: 563ad3be60d22c45f1c5b9a3e67738593f8b38f137147c56514166fbabf95365
manifest
manifest.uuid
src/json.c
src/sqlite.h.in
src/sqliteInt.h
src/window.c