]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Increase the maximum number of arguments on an SQL function to 1000 with the
authordrh <>
Thu, 12 Dec 2024 15:11:27 +0000 (15:11 +0000)
committerdrh <>
Thu, 12 Dec 2024 15:11:27 +0000 (15:11 +0000)
commit35d302ccb1d79b801d0b8c6a564ab6c1e492df43
tree50014615d74acfffb8a20b6fcf6b8dfe5afdce0e
parent6e53f67c63771b72d5419265038f428c34fa99d5
Increase the maximum number of arguments on an SQL function to 1000 with the
capability to increase it further up to 32767 using a compile-time option.

FossilOrigin-Name: e8d7d68ba0bb0bc2f948db5d9966990a5d23597fc3658b7cd0bc99d53c7353a9
13 files changed:
manifest
manifest.uuid
src/expr.c
src/main.c
src/pragma.c
src/select.c
src/sqliteInt.h
src/sqliteLimit.h
src/test_func.c
src/trigger.c
src/vdbeInt.h
src/window.c
test/func.test