/ Changes On Branch branch-3.16
Login

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

Changes In Branch branch-3.16 Excluding Merge-Ins

This is equivalent to a diff from 04ac0b75b1 to a65a62893c

2017-01-06
17:01
Merge the changes for version 3.16.2. (check-in: c59c888023 user: drh tags: apple-osx)
16:32
Version 3.16.2 (Leaf check-in: a65a62893c user: drh tags: release, branch-3.16, version-3.16.2)
13:53
Clarify the documentation on sqlite3_column_count(). (check-in: 01b4cb2676 user: dan tags: branch-3.16)
2017-01-03
15:57
Fix the row-values in UPDATE statements within TRIGGER problem identified by ticket [8c9458e7]. (check-in: bf984e980c user: drh tags: branch-3.16)
2017-01-02
12:20
Add the --all option to the wordcount test program. Fix the speedtest1 test program so that it builds on MSVC and so that the --lookaside 0 0 option works. (check-in: cb338f367e user: drh tags: trunk)
11:57
Version 3.16.0 (check-in: 04ac0b75b1 user: drh tags: trunk, release, version-3.16.0)
2017-01-01
12:44
Detect row-value comparison size mismatches even when the size of one operand is obscured by an unexpanded subquery. (check-in: 2c4d167ccd user: drh tags: trunk)

Changes to VERSION.

Changes to configure.

Changes to ext/fts5/fts5_index.c.

Changes to src/expr.c.

Changes to src/insert.c.

Changes to src/pragma.c.

Changes to src/pragma.h.

Changes to src/select.c.

Changes to src/sqlite.h.in.

Changes to src/vdbe.h.

Changes to src/vdbeaux.c.

Changes to src/vdbemem.c.

Changes to test/fkey8.test.

Added test/pragma4.test.

Changes to test/rowvalue.test.

Changes to test/selectC.test.

Added test/triggerF.test.

Changes to tool/mkpragmatab.tcl.