]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add new routines to simplify dealing with collating sequences in expressions:
authordrh <drh@noemail.net>
Thu, 28 Sep 2017 01:58:23 +0000 (01:58 +0000)
committerdrh <drh@noemail.net>
Thu, 28 Sep 2017 01:58:23 +0000 (01:58 +0000)
commit70efa84da7fab3c84cb5514093f77040e382c129
tree851125a48dec36381a07063167ba7ae4bd18ab8c
parentdb8e68b4cd5001d904d4ba93d9b241382d5642a1
Add new routines to simplify dealing with collating sequences in expressions:
sqlite3ExprNNCollSeq() and sqlite3ExprCollSeqMatch().

FossilOrigin-Name: 490e488ea963fe725b16212822c8608f2b6abce688931b611446bc2cbfe6b87c
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h
src/where.c
src/whereexpr.c