]> git.ipfire.org Git - thirdparty/sqlite.git/commit
All LIKE and GLOB operators to use function notation. "A LIKE B" can be
authordrh <drh@noemail.net>
Tue, 30 Sep 2003 01:54:13 +0000 (01:54 +0000)
committerdrh <drh@noemail.net>
Tue, 30 Sep 2003 01:54:13 +0000 (01:54 +0000)
commit319e4e74841dffc97cd96f8ee60ed462ca7a8a4d
tree41f5790ffd7b6919d0922045113cb3f537f47827
parent4f88c849f318700260f55a28ab4fdff2b7bea157
All LIKE and GLOB operators to use function notation.  "A LIKE B" can be
expressed as "LIKE(B,A)". (CVS 1108)

FossilOrigin-Name: 95b27ebd1322a877112dee514dffddb0937e45fa
manifest
manifest.uuid
src/parse.y
test/expr.test