]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_SUBTYPE flag, which can be passed to sqlite3_create_function() and...
authordan <dan@noemail.net>
Sat, 7 Sep 2019 18:20:43 +0000 (18:20 +0000)
committerdan <dan@noemail.net>
Sat, 7 Sep 2019 18:20:43 +0000 (18:20 +0000)
commite2ba6df9f0bbbf084db504c9559e7a5c7ebe023d
tree5a0cfbfcd4600a8d1d6a5ff4ecef2567df8fe016
parent1a97c413f8c26670d3bbf122a6eaa88dea0a0b5c
Add the SQLITE_SUBTYPE flag, which can be passed to sqlite3_create_function() and similar to indicate to the core that a user function is likely to use sqlite3_result_subtype().

FossilOrigin-Name: 6aa438ce41d460a6782ae63503128b9140c28ff59c2b2eed48b004acf83e0560
ext/misc/json1.c
manifest
manifest.uuid
src/main.c
src/sqlite.h.in
src/sqliteInt.h
src/window.c
test/windowB.test [new file with mode: 0644]