Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add the sqlite3_snapshot_cmp() API. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | snapshot-cmp |
Files: | files | file ages | folders |
SHA1: |
c698a21af740ca1019c3a771fb83e569 |
User & Date: | dan 2016-04-11 19:59:52.090 |
Context
2016-04-12
| ||
15:14 | Update the documentation for sqlite3_snapshot_cmp() to make the circumstances under which the comparison is valid clearer. Add tests for the same. (Closed-Leaf check-in: 8fc834741b user: dan tags: snapshot-cmp) | |
2016-04-11
| ||
19:59 | Add the sqlite3_snapshot_cmp() API. (check-in: c698a21af7 user: dan tags: snapshot-cmp) | |
19:01 | Performance optimization to sqlite3Dequote() and its callers. (check-in: 9efe2265b1 user: drh tags: trunk) | |
Changes
Changes to src/sqlite.h.in.
Changes to src/test1.c.
Changes to src/wal.c.
Changes to test/snapshot.test.