]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Assume that a function is able to return a subtype if either (1) it is itself func-rw-subtype
authordrh <>
Sat, 4 May 2024 15:04:45 +0000 (15:04 +0000)
committerdrh <>
Sat, 4 May 2024 15:04:45 +0000 (15:04 +0000)
commit2eb9adb564ee209e2f0ad38718d621ace1c55c72
tree4b569dfb14104e89f8402be03523e1c4c642f16e
parent5b9b7cba227ee0ec1532416637623103bbe43086
Assume that a function is able to return a subtype if either (1) it is itself
marked with SQLITE_RESULT_SUBTYPE, or (2) one of its arguments is a function
that is able to return a subtype.  This check-in backs out the code changes
from the previous two on this same branch, but keeps the test cases from
the previous two.

FossilOrigin-Name: f16b200f25a0ec59ad765d254d81c3ffdba21f79e6e82807a7b80d00627952e2
manifest
manifest.uuid
src/func.c
src/where.c