Assume that an SQL function is able to return a subtype if any of its
commit924474805a93e96901d716e5f341ce48b507cd94
authorD. Richard Hipp <drh@hwaci.com>
Sat, 4 May 2024 15:10:37 +0000 (4 15:10 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Sat, 4 May 2024 15:10:37 +0000 (4 15:10 +0000)
tree642c1c8837a1bc775652f64501b08f6194455607
parentdd5e3d0ac9670e9f5da1fc62b01d1e6aeab28f87
parent795d449c13a8d034d260dfa58fe63ba69464cdbb
Assume that an SQL function is able to return a subtype if any of its
arguments are SQL functions that are able to return subtypes.  This closes
a corner-case hole in the patch at [ba789a7804ab96d8].