Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
12 check-ins occurring on 2011-06-23
Following day ↑
2011-06-23
| ||
19:49 | Version 3.7.7. (check-in: 4374b7e8 user: drh tags: trunk, release, version-3.7.7) | |
17:42 | Pull the last-minute fixes for 3.7.7 into the apple-osx branch. (check-in: 2d4458af user: drh tags: apple-osx) | |
17:40 | Pull the latest version 3.7.7 release-candidate changes into the sessions branch. (check-in: 840bf9c2 user: drh tags: sessions) | |
17:29 | Add a bit to the SQLITE_TESTCTRL_OPTIMIZATIONS setting that will disable affinity when writing to any index, regardless of whether or not the index is on a manifestation of a view. This allows better testing of the fix for ticket [91e2e8ba6ff2e2]. (check-in: b61a76a5 user: drh tags: trunk) | |
17:09 | Fix some of the code issues (missing comments etc.) in the new FTS code. (check-in: 8230d831 user: dan tags: fts3-changes) | |
16:40 | Add a test for ticket [91e2e8ba6f]. No changes to code. (check-in: c271f7e8 user: dan tags: trunk) | |
16:18 | Do not do affinity transformations on inserts into an index for the manifestation of a view or subquery. Fix for ticket [91e2e8ba6ff2e2]. (check-in: 0b3174e0 user: drh tags: trunk) | |
02:30 | Pull the latest changes from trunk into the apple-osx branch. (check-in: b5acda04 user: drh tags: apple-osx) | |
02:11 | Pull the latest trunk changes into the sessions branch. (check-in: 5d95b429 user: drh tags: sessions) | |
01:42 | Provide the SQLITE_MAX_SCHEMA_RETRY compile-time parameter for adjusting the number of reparse attempts after a schema change. (check-in: 8dca748b user: drh tags: trunk) | |
01:07 | Remove unused variables from test_vfs.c (check-in: 07884cc2 user: drh tags: trunk) | |
00:59 | If "PRAGMA page_size" commands are not authorized, the FTS module will assume a page size of 1024. (check-in: ba39382e user: drh tags: trunk) | |