SQLite

Check-in [ceccc9ad78]
Login

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

Overview
Comment:Merge trunk changes (including fixes for warnings in fts5) with this branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | fts5-perf
Files: files | file ages | folders
SHA1: ceccc9ad788fb4da9120915741995b9f088f85ff
User & Date: dan 2016-01-23 16:20:16.389
Context
2016-01-23
18:51
Fix an fts5 problem with using both xPhraseFirst() and xPhraseFirstColumn() within a single statement in detail=col mode. (check-in: 72d53699bf user: dan tags: fts5-perf)
16:20
Merge trunk changes (including fixes for warnings in fts5) with this branch. (check-in: ceccc9ad78 user: dan tags: fts5-perf)
15:57
Fix some signed/unsigned comparison compiler warnings in fts5. (check-in: 3be336aa89 user: dan tags: trunk)
14:45
Fix a problem involving detail=col and column filters. (check-in: 7558a0ad22 user: dan tags: fts5-perf)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.msc.
Changes to ext/fts5/fts5Int.h.
Changes to ext/fts5/fts5_buffer.c.
Changes to src/os_unix.c.
Changes to src/prepare.c.
Changes to src/sqlite3.rc.
Changes to src/tclsqlite.c.