]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add experimental support for LIKE, GLOB and REGEXP to the virtual table interface.
authordan <dan@noemail.net>
Mon, 23 Nov 2015 21:09:54 +0000 (21:09 +0000)
committerdan <dan@noemail.net>
Mon, 23 Nov 2015 21:09:54 +0000 (21:09 +0000)
commit07bdba86d55b298c44cacdf92f164c1a5953504c
tree27cc582e9bf008035a2280f2142e2e0a23ec97d6
parent8836cbbcb4924f5b78f5749dffc9857acf9b684f
Add experimental support for LIKE, GLOB and REGEXP to the virtual table interface.

FossilOrigin-Name: 277a5b4027d4c2caba8143228a4f7d6df899dbb4
manifest
manifest.uuid
src/sqlite.h.in
src/test8.c
src/where.c
src/whereInt.h
src/whereexpr.c
test/vtab1.test
test/vtabH.test [new file with mode: 0644]