]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Modify the generate_series() table-valued functions so that its first
authordrh <>
Fri, 16 Jul 2021 17:04:17 +0000 (17:04 +0000)
committerdrh <>
Fri, 16 Jul 2021 17:04:17 +0000 (17:04 +0000)
commite46ec734c7d709d773e75827378747ef298cc05a
tree97a981338c2a61572c19be8e20ddceb6559e46d1
parent111c3cc9fb1cdcbdb66bbe858732cacaf3a9482d
Modify the generate_series() table-valued functions so that its first
argument (the START value) is required.  Throw an error if that argument
is not supplied.  In this was the series.c loadable extension can be used
as a demonstration of how to code an xBestIndex function to require certain
parameters.  Compile with -DZERO_ARGUMENT_GENERATE_SERIES to obtain the
legacy behavior.

FossilOrigin-Name: 459d85a2898d6a53f43b4ad48d2f39edd1bbe37a4f97426a5d666c39c52576a4
ext/misc/series.c
manifest
manifest.uuid
test/tabfunc01.test