SQLite

Check-in [49268c2b7a]
Login

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

Overview
Comment:Add the ESCAPE clause to the LIKE operator. Not fully tested yet. (CVS 2107)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 49268c2b7a84c4c618214dac8bef0f541440fe6b
User & Date: danielk1977 2004-11-17 16:41:29.000
Context
2004-11-18
02:04
Clarify the documentation of the sqlite3_create_function API. Ticket #1004. (CVS 2108) (check-in: ae45ad863b user: drh tags: trunk)
2004-11-17
16:41
Add the ESCAPE clause to the LIKE operator. Not fully tested yet. (CVS 2107) (check-in: 49268c2b7a user: danielk1977 tags: trunk)
10:22
Extra tests and resulting bugfixes for btree cursors. (CVS 2106) (check-in: e1530854c9 user: danielk1977 tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/func.c.
Changes to src/parse.y.
Changes to test/expr.test.
Added test/lock4.test.
Changes to tool/mkkeywordhash.c.