/ Changes On Branch branch-3.12.0
Login

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

Changes In Branch branch-3.12.0 Excluding Merge-Ins

This is equivalent to a diff from e9bb4cf40f to 92dc59fd5a

2016-04-18
17:30
Version 3.12.2 (Leaf check-in: 92dc59fd5a user: drh tags: release, branch-3.12.0, version-3.12.2)
16:18
Correctly interpret negative "PRAGMA cache_size" values when determining the cache-size used for sorting large amounts of data (i.e. the functionality in vdbesort.c). (check-in: 39dd67afa5 user: drh tags: branch-3.12.0)
2016-04-06
17:32
Add a couple options to the MSVC makefile. (check-in: ea4de04d67 user: mistachkin tags: branch-3.12.0)
2016-03-30
12:20
Improvements to the performance testing program "speedtest1.c" and the shell script that invokes it. (check-in: e4bee561fd user: drh tags: trunk)
2016-03-29
10:36
Merge 3.12.0 changes. (check-in: d7381efff4 user: drh tags: begin-concurrent)
10:30
Merge 3.12.0 changes. (check-in: eef557449c user: drh tags: apple-osx)
10:19
Merge changes for 3.12.0. (check-in: ed22eb653f user: drh tags: sessions)
10:14
Version 3.12.0 (check-in: e9bb4cf40f user: drh tags: trunk, release, version-3.12.0)
2016-03-28
11:01
Fix the multiplexor so that it does not assume that the xGetLastError method is non-NULL in the child VFS. (check-in: f6a88cccbc user: drh tags: trunk)

Changes to Makefile.msc.

Changes to VERSION.

Changes to autoconf/Makefile.msc.

Changes to configure.

Changes to src/btree.c.

Changes to src/build.c.

Changes to src/memjournal.c.

Changes to src/select.c.

Changes to src/sqliteInt.h.

Changes to src/vdbesort.c.

Changes to src/where.c.

Changes to src/wherecode.c.

Changes to test/bestindex1.test.

Changes to test/delete4.test.

Changes to test/intpkey.test.

Changes to test/pragma.test.

Changes to test/sort5.test.

Changes to test/view.test.