]> git.ipfire.org Git - thirdparty/sqlite.git/commit
For infix functions (LIKE, GLOB, REGEXP, and MATCH) treat the left
authordrh <drh@noemail.net>
Sat, 8 Jul 2006 18:34:59 +0000 (18:34 +0000)
committerdrh <drh@noemail.net>
Sat, 8 Jul 2006 18:34:59 +0000 (18:34 +0000)
commit6a03a1c5f7a69f00c118991fded5c0975c65d3b7
treec72d37cccadb505f757fefcf45da14e48a7f403d
parente94b0c39207c2294e34b94da759c29aee07abfa6
For infix functions (LIKE, GLOB, REGEXP, and MATCH) treat the left
operand as the first argument for the purposes of virtual table
function overloading, even though the left operand is really the
the second argument. (CVS 3324)

FossilOrigin-Name: 6e98373ca11c9d476f4c6b1841c6e006b7a49f29
manifest
manifest.uuid
src/expr.c
src/parse.y
src/sqliteInt.h
test/vtab1.test