Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Optimize handling of equality and range constraints on the "term" column of an fts4aux table. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 386701ded2bcee5309ec9f285d94e6eb |
User & Date: | dan 2011-02-02 17:30:43 |
Context
2011-02-02
| ||
19:17 | Fix minor problems with the output of "PRAGMA wal_checkpoint". In both code and tests. check-in: aef61036 user: dan tags: trunk | |
17:30 | Optimize handling of equality and range constraints on the "term" column of an fts4aux table. check-in: 386701de user: dan tags: trunk | |
16:34 | Merge in the blocking-checkpoint enhancement, including the new sqlite3_wal_checkpoint_v2() interface and the PRAGMA wal_checkpoint(full) statement. check-in: bac7342c user: drh tags: trunk | |
Changes
Changes to ext/fts3/fts3.c.
Changes to ext/fts3/fts3Int.h.
Changes to ext/fts3/fts3_aux.c.
Changes to ext/fts3/fts3_write.c.
Changes to test/fts3aux1.test.