SQLite

Check-in [b55c0f14c3]
Login

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

Overview
Comment:Merge recent enhancements from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | apple-osx
Files: files | file ages | folders
SHA3-256: b55c0f14c3250cdd0b38193d9f4c4ad3da977d280d7509d0c8db8552176b2e10
User & Date: drh 2017-05-11 18:49:57.227
Context
2017-05-22
19:24
Pull in all changes from the 3.19.0 release. (check-in: bbd2d0e140 user: drh tags: apple-osx)
2017-05-11
18:49
Merge recent enhancements from trunk. (check-in: b55c0f14c3 user: drh tags: apple-osx)
18:42
Enhance the json_extract() function to reuse parses of the same JSON when the function appears multiple times in the same query. (check-in: 3ba9e7ab79 user: drh tags: trunk)
2017-04-24
16:14
Bring in all the latest enhancements from trunk. (check-in: 031feebc94 user: drh tags: apple-osx)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts3/fts3.c.
Changes to ext/fts5/fts5_index.c.
Changes to ext/fts5/fts5_test_tok.c.
Added ext/fts5/test/fts5delete.test.
Changes to ext/misc/json1.c.
Changes to ext/rtree/rtree.c.
Changes to src/auth.c.
Changes to src/btree.c.
Changes to src/delete.c.
Changes to src/expr.c.
Changes to src/global.c.
Changes to src/main.c.
Changes to src/pager.c.
Changes to src/select.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/util.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/wherecode.c.
Changes to test/auth.test.
Changes to test/auth3.test.
Added test/cachespill.test.
Changes to test/conflict3.test.
Changes to test/fkey5.test.
Changes to test/fts3fault.test.
Changes to test/fts3misc.test.
Added test/having.test.
Added test/pushdown.test.
Added test/subjournal.test.
Changes to tool/lemon.c.