]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The REGEXP operator is recognized. It tries to invoke a function named
authordrh <drh@noemail.net>
Mon, 23 May 2005 17:26:51 +0000 (17:26 +0000)
committerdrh <drh@noemail.net>
Mon, 23 May 2005 17:26:51 +0000 (17:26 +0000)
commitb71090fdfb8600dcf5fa386e21544eb294b081f4
tree7295982d57a39c4ec773345ad0973b9cf00a8bb0
parent15ccce1c0d3c5ed8604201795361559c3cb22023
The REGEXP operator is recognized.  It tries to invoke a function named
regexp() which does not exist in the native build.  But users who want to
can add an appropriate regexp() function using sqlite3_create_function(). (CVS 2478)

FossilOrigin-Name: 42a626ace126f730f33ecb6c41ac5679d6766a31
manifest
manifest.uuid
src/expr.c
src/parse.y
tool/mkkeywordhash.c