Store application-defined function names as lower-case to avoid the need
commite44fb7931931c08f6c37053e61ef4020528f05a2
authorD. Richard Hipp <drh@hwaci.com>
Sat, 26 May 2018 16:00:26 +0000 (26 16:00 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Sat, 26 May 2018 16:00:26 +0000 (26 16:00 +0000)
tree95a5710abeb0d5090848c05e40773760344c629c
parent3026e860fcf7eb4262a07efe8eb66376cc31ec64
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.
src/callback.c
src/main.c
src/sqliteInt.h
src/vdbeapi.c
src/vdbemem.c
src/vtab.c