]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance user function API to support association of meta-data with constant
authordanielk1977 <danielk1977@noemail.net>
Sun, 6 Jun 2004 09:44:03 +0000 (09:44 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Sun, 6 Jun 2004 09:44:03 +0000 (09:44 +0000)
commitd02eb1fdf4b939e4065d13a64c7c38afda443826
treeeaa8c797fe0e44eeb81ce6761c5b5bb2fe35ef8a
parent51c6d9633f52eb6d06b0291005d1a0b5fd552bd9
Enhance user function API to support association of meta-data with constant
arguments and the specification of text encoding preference. The LIKE
operator takes advantage of both. (CVS 1534)

FossilOrigin-Name: 92337d8f79b9754cd61c73e7db2e792a1f482f50
12 files changed:
manifest
manifest.uuid
src/expr.c
src/func.c
src/main.c
src/sqlite.h.in
src/sqliteInt.h
src/utf.c
src/util.c
src/vdbe.c
src/vdbeapi.c
src/vdbeaux.c