Skip to content

main/sqlite: upgrade to 3.37.0

Andy Postnikov requested to merge andypost/aports:sqlite into master

https://www.sqlite.org/releaselog/3_37_0.html

probably backportable to 3.15

The generate_series table-valued function extension is modified so that the first parameter ("START") is now required. This is done as a way to demonstrate how to write table-valued functions with required parameters. The legacy behavior is available using the -DZERO_ARGUMENT_GENERATE_SERIES compile-time option.

Edited by Andy Postnikov

Merge request reports