]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_STRICT_SUBTYPE compile-time option. This change reveals that
authordrh <>
Thu, 9 Nov 2023 12:58:03 +0000 (12:58 +0000)
committerdrh <>
Thu, 9 Nov 2023 12:58:03 +0000 (12:58 +0000)
commit6eb381ff4a2c430335f5eb6f43915456ef4cbadd
treec87abdfdd2732709d3fe9a2d195a91fb812ac439
parentb18bb822dc4ae9ee1c44c6d8267ffc4a3fd3fcf4
Add the SQLITE_STRICT_SUBTYPE compile-time option.  This change reveals that
the current SQLITE_RESULT_SUBTYPE design does not work unless we tag the ->>
operator with SQLITE_RESULT_SUBTYPE.  But that will disable an important
optimization.

FossilOrigin-Name: e98a9a65dd309f72c240e280c7bebabc58af664fae9ee0d30c3fa1c78db5bae9
manifest
manifest.uuid
src/sqlite.h.in
src/vdbeapi.c