/ Changes On Branch vtab-like-operator
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch vtab-like-operator Excluding Merge-Ins

This is equivalent to a diff from 2025617707 to e70ec71d68

2015-11-25
01:57
Enhancement the virtual table interface to support LIKE, GLOB, and REGEXP operators. Also add the sqlite3_strlike() interface, which might be useful as part of the implementation of LIKE on some virtual tables. (check-in: a6bfd4692c user: drh tags: trunk)
2015-11-24
21:23
Add the sqlite3_strlike() interface, which might be useful for implementing LIKE operators on virtual tables. (Closed-Leaf check-in: e70ec71d68 user: drh tags: vtab-like-operator)
18:16
Fix a problem in whereexpr.c causing a crash while processing a user-function taht accepts zero arguments. (check-in: 069e51b19c user: dan tags: vtab-like-operator)
17:44
Merge latest trunk changes with this branch. (check-in: 99222bb3e5 user: dan tags: vtab-like-operator)
16:40
Remove from os_unix.c pointless logic that tries to prevent a recurrence of a warning message that can only occur once. (check-in: 2025617707 user: drh tags: trunk)
15:12
Fix a comment typo in the unix VFS. No changes to code. (check-in: 32e138796c user: drh tags: trunk)

Changes to src/analyze.c.

Changes to src/func.c.

Changes to src/sqlite.h.in.

Changes to src/sqlite3ext.h.

Changes to src/test8.c.

Changes to src/test_tclvar.c.

Changes to src/where.c.

Changes to src/whereInt.h.

Changes to src/whereexpr.c.

Changes to test/vtab1.test.

Changes to test/vtabE.test.

Added test/vtabH.test.