SQLite

Changes On Branch branch-3.15
Login

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

Changes In Branch branch-3.15 Excluding Merge-Ins

This is equivalent to a diff from 70787558 to bbd85d23

2016-11-28
19:13
Version 3.15.2 (Leaf check-in: bbd85d23 user: drh tags: release, version-3.15.2, branch-3.15)
2016-11-24
13:42
Fix a test case in vacuum5.test so that it works with the in-memory journal permutation. Cherrypick of [81c86401]. (check-in: e31d646a user: dan tags: branch-3.15)
2016-11-03
18:30
Avoid using the "direct overflow read" optimization to read large blobs if the pager layer has a wal file open - even if the database header indicates that the db is not a wal database. (check-in: 63cfe197 user: drh tags: branch-3.15)
2016-10-14
21:16
Bump the version number in anticipation of the next development cycle. (check-in: aa6de9c4 user: drh tags: trunk)
10:20
Version 3.15.0 (check-in: 70787558 user: drh tags: trunk, release, version-3.15.0)
2016-10-13
12:56
Take care to avoid integer overflow when doing the initial page cache allocation with an excessively large cache_size setting. (check-in: 4d66ac98 user: drh tags: trunk)

Changes to Makefile.msc.

Changes to VERSION.

Changes to configure.

Changes to ext/fts5/fts5_expr.c.

Changes to ext/fts5/fts5_index.c.

Changes to ext/fts5/test/fts5simple3.test.

Changes to ext/icu/icu.c.

Changes to ext/misc/json1.c.

Added ext/rbu/rbudor.test.

Changes to ext/session/session1.test.

Changes to src/attach.c.

Changes to src/btree.c.

Changes to src/expr.c.

Changes to src/func.c.

Changes to src/os_win.c.

Changes to src/pager.c.

Changes to src/pager.h.

Changes to src/resolve.c.

Changes to src/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/test1.c.

Changes to src/vacuum.c.

Changes to src/vdbeInt.h.

Changes to src/vdbeapi.c.

Changes to src/vdbeaux.c.

Changes to src/where.c.

Changes to src/wherecode.c.

Changes to src/whereexpr.c.

Changes to test/cursorhint2.test.

Changes to test/filectrl.test.

Changes to test/fuzz-oss1.test.

Added test/instrfault.test.

Changes to test/json101.test.

Changes to test/rowvalue.test.

Changes to test/rowvalue3.test.

Changes to test/vacuum5.test.

Changes to test/whereD.test.

Changes to tool/build-all-msvc.bat.

Changes to tool/mkvsix.tcl.