Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bring in all the latest enhancements from trunk. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | apple-osx |
Files: | files | file ages | folders |
SHA3-256: |
031feebc94b0cfe1b0ae96ede1684fe5 |
User & Date: | drh 2017-04-24 16:14:58.795 |
Context
2017-05-11
| ||
18:49 | Merge recent enhancements from trunk. (check-in: b55c0f14c3 user: drh tags: apple-osx) | |
2017-04-24
| ||
16:14 | Bring in all the latest enhancements from trunk. (check-in: 031feebc94 user: drh tags: apple-osx) | |
14:16 | When building an ephemeral table of integers, do not assume that the table does not already contain N if the insert cursor points to N-1. Fix for ticket [61fe9745]. (check-in: 1c1b086223 user: dan tags: trunk) | |
2017-04-08
| ||
18:24 | Merge all recent changes from trunk. (check-in: c23ef5e231 user: drh tags: apple-osx) | |
Changes
Changes to Makefile.msc.
Changes to ext/fts3/fts3.c.
Changes to ext/fts5/fts5Int.h.
Changes to ext/fts5/fts5_expr.c.
Changes to ext/fts5/fts5_index.c.
Changes to ext/fts5/fts5_main.c.
Changes to ext/fts5/fts5parse.y.
Changes to ext/fts5/test/fts5aa.test.
Changes to ext/fts5/test/fts5colset.test.
Changes to ext/fts5/test/fts5faultB.test.
Changes to ext/fts5/test/fts5plan.test.
Added ext/misc/anycollseq.c.
Changes to ext/misc/dbdump.c.
Changes to ext/misc/json1.c.
Changes to ext/rbu/rbu.c.
Changes to src/btree.c.
Changes to src/btree.h.
Changes to src/date.c.
Changes to src/expr.c.
Changes to src/fkey.c.
Changes to src/parse.y.
Changes to src/pragma.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/test_delete.c.
Changes to src/treeview.c.
Changes to src/update.c.
Changes to src/vdbe.c.
Changes to src/vdbe.h.
Changes to src/vdbeInt.h.
Changes to src/vdbeaux.c.
Changes to src/vdbemem.c.
Changes to src/vtab.c.
Changes to src/where.c.
Changes to src/whereInt.h.
Changes to src/wherecode.c.
Changes to src/whereexpr.c.
Added test/distinct2.test.
Changes to test/fkey5.test.
Changes to test/fts3aa.test.
Added test/fts3corrupt3.test.
Changes to test/fts3fault.test.
Changes to test/fts3fault2.test.
Added test/fts3misc.test.
Changes to test/fts4langid.test.
Changes to test/in5.test.
Added test/indexexpr2.test.
Changes to test/json101.test.
Changes to test/json102.test.
Changes to test/permutations.test.
Changes to tool/addopcodes.tcl.
Changes to tool/fuzzershell.c.
Changes to tool/lemon.c.
Changes to tool/showwal.c.