Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Slightly smaller and faster LIKE/GLOB comparison implementation. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5dddcc78eec5bcd0c7e8fe1b70875ce7 |
User & Date: | drh 2016-01-11 03:48:18 |
Context
2016-01-11
| ||
12:13 | If a single page is written to the wal file more than once, instead of appending the second and subsequent copy to the wal file, overwrite the first. Update: See the important bug fix at [f694e60a]! check-in: d493d4f1 user: dan tags: trunk | |
03:48 | Slightly smaller and faster LIKE/GLOB comparison implementation. check-in: 5dddcc78 user: drh tags: trunk | |
2016-01-08
| ||
22:31 | Typo fix in the previous commit. check-in: 52c16603 user: drh tags: trunk | |
Changes
Changes to src/func.c.