Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Continuation of [e2bddcd4c55ba3cb]: Add another spot where it is necessary to abort early due to prior errors in sqlite3WindowRewrite(). |
|---|---|
| Downloads: | See separate download page |
| Timelines: | family | ancestors | descendants | path-to-release | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: | cba2a2a44cdf138a629109bb0ad088ed 4ef67fc66bed3e0373554681a39615d2 |
| User & Date: | drh 2019-12-19 22:08:19.301 |
Context
|
2019-12-20 | ||
| 12:33 | Fix an assert() in btree.c that can fail if an INSERT is attempted on a corrupted database while in PRAGMA writable_schema=ON. (check-in: 07beb3629e ... user: drh tags: trunk) | |
|
2019-12-19 | ||
| 22:08 | Continuation of [e2bddcd4c55ba3cb]: Add another spot where it is necessary to abort early due to prior errors in sqlite3WindowRewrite(). (check-in: cba2a2a44c ... user: drh tags: trunk) | |
| 21:11 | Fix the regexp extension so that it correctly translates all over-length 3-byte UTF8 sequences into 0xfffd. (check-in: 3d4c0bf890 ... user: drh tags: trunk) | |
Changes
Changes to src/select.c.