SQLite

Changes On Branch branch-3.27
Login

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

Changes In Branch branch-3.27 Excluding Merge-Ins

This is equivalent to a diff from 97744701 to 1109942a

2019-04-03
17:54
Add a defense-in-depth NEVER() test to the WAL cleanup code. (Leaf check-in: 1109942a user: drh tags: branch-3.27)
17:48
Add a defense-in-depth NEVER() test to the WAL cleanup code. (check-in: 8d3af201 user: drh tags: trunk)
2019-02-25
16:06
Version 3.27.2 (check-in: bd49a827 user: drh tags: release, branch-3.27, version-3.27.2)
2019-02-08
12:44
Increase the version number to 3.27.1. (check-in: b94d5428 user: drh tags: branch-3.27)
2019-02-07
19:07
Change VACUUM so that it preserves ROWID values. (check-in: 49e5d11d user: drh tags: trunk)
18:49
Merge the offical 3.27.0 release. (check-in: 62829164 user: drh tags: apple-osx)
17:02
Version 3.27.0 (check-in: 97744701 user: drh tags: trunk, release, version-3.27.0)
00:17
In the fuzzcheck test program, make sure the isspace() and related routines are not given values outside the range of -1 to 255. (check-in: f2983287 user: drh tags: trunk)

Changes to VERSION.

Changes to configure.

Changes to src/expr.c.

Changes to src/insert.c.

Changes to src/resolve.c.

Changes to src/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/vdbe.c.

Changes to src/wal.c.

Changes to src/wherecode.c.

Changes to test/in.test.

Changes to test/join5.test.

Changes to test/where.test.

Changes to test/window1.test.