SQLite

Check-in [ba8d08b670]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Update the sessions branch to include the SQLLOG enhancement, the SQLITE_IOERR_DELETE_NOENT fix, and a fix for the number-of-documents bug in FTS4.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sessions
Files: files | file ages | folders
SHA1: ba8d08b67021a32fda069c18b7eb93523e6f0d1f
User & Date: drh 2012-11-27 21:56:28.635
Context
2012-12-08
23:37
Pull the latest trunk changes into the sessions branch, and in particular the collating-sequence refactorization. (check-in: 4f6d69ae94 user: drh tags: sessions)
2012-11-27
21:56
Update the sessions branch to include the SQLLOG enhancement, the SQLITE_IOERR_DELETE_NOENT fix, and a fix for the number-of-documents bug in FTS4. (check-in: ba8d08b670 user: drh tags: sessions)
21:22
Add the SQLLOG capability to trunk. (check-in: f0843f885a user: drh tags: trunk)
2012-11-10
01:27
Merge the latest changes from trunk: chiefly the outer/inner loop query optimizer scoring enhancement and the INSTR() function. (check-in: 2993ca2020 user: drh tags: sessions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts3/fts3_write.c.
Changes to main.mk.
Changes to src/global.c.
Changes to src/main.c.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Added src/test_sqllog.c.
Changes to src/vdbeaux.c.
Changes to test/fts3conf.test.
Changes to test/wal9.test.