]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Store application-defined function names as lower-case to avoid the need
authordrh <drh@noemail.net>
Sat, 26 May 2018 16:00:26 +0000 (16:00 +0000)
committerdrh <drh@noemail.net>
Sat, 26 May 2018 16:00:26 +0000 (16:00 +0000)
commit9201184711c2841b1a84ae644ab994e1b431ab4f
tree5603c089b01e36c316b0a113d675ebf2b5e68626
parent7fc86b96baa4e8ed4192cb81a9a8d054d6afce36
Store application-defined function names as lower-case to avoid the need
for case conversions before calling xFindFunction on virtual tables.
Avoid using lookaside to store the destructors for application defined
functions, as lookaside should be reserved for transient allocations.

FossilOrigin-Name: 777189ce88799f93f393fd14fd716111c85bcdcb23690fd561f78ea2bd2ce5da
manifest
manifest.uuid
src/callback.c
src/main.c
src/sqliteInt.h
src/vdbeapi.c
src/vdbemem.c
src/vtab.c