SQLite

Check-in [4f9229445c]
Login

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

Overview
Comment:Merge in the IS-operator enhancements and other recent changes from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sessions
Files: files | file ages | folders
SHA1: 4f9229445c293b39c80b2a662901f608c85b36ef
User & Date: drh 2015-05-14 15:17:20.176
Context
2015-05-19
22:42
Merge recent trunk changes, include the R-Tree enhancement that allows 8-byte BLOB arguments to geometry functions, and the fix for the TEXT affinity problem that could cause corrupt indexes. (check-in: 0a0de8b72c user: drh tags: sessions)
2015-05-14
15:17
Merge in the IS-operator enhancements and other recent changes from trunk. (check-in: 4f9229445c user: drh tags: sessions)
14:32
The IS operator can now use indexes the same as the == operator. (check-in: 3428043cd0 user: drh tags: trunk)
2015-05-07
12:29
Merge in the 3.8.10 release changes. (check-in: 0404ef885e user: drh tags: sessions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to VERSION.
Changes to autoconf/Makefile.am.
Changes to configure.
Changes to ext/fts3/fts3.c.
Changes to ext/fts3/fts3Int.h.
Changes to ext/fts3/fts3_snippet.c.
Changes to ext/rtree/rtree9.test.
Changes to main.mk.
Changes to src/ctime.c.
Changes to src/dbstat.c.
Changes to src/main.c.
Changes to src/malloc.c.
Changes to src/os_win.c.
Changes to src/shell.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/tclsqlite.c.
Changes to src/test1.c.
Changes to src/where.c.
Changes to src/whereInt.h.
Added test/analyzer1.test.
Changes to test/fts3matchinfo.test.
Changes to test/fts3query.test.
Changes to test/jrnlmode.test.
Added test/sqldiff1.test.
Changes to test/stat.test.
Changes to test/transitive1.test.
Changes to test/vtab1.test.
Changes to test/vtab2.test.
Changes to test/vtab6.test.
Changes to test/where.test.
Changes to test/where4.test.
Changes to test/whereC.test.
Changes to tool/spaceanal.tcl.
Changes to tool/sqldiff.c.