SQLite

Changes On Branch branch-3.25
Login

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

Changes In Branch branch-3.25 Excluding Merge-Ins

This is equivalent to a diff from b63af6c3 to 8576ccb4

2018-11-24
17:46
Make the winTruncate() method of the windows VFS be a no-op if there are outstanding references to the memory-mapped pages. Otherwise, memory might be deleted out from under those references when the file is remapped during the truncate operation. (check-in: ffce4aac user: drh tags: trunk)
2018-11-23
13:21
Make the winTruncate() method of the windows VFS be a no-op if there are outstanding references to the memory-mapped pages. Otherwise, memory might be deleted out from under those references when the file is remapped during the truncate operation. (Leaf check-in: 8576ccb4 user: drh tags: branch-3.25)
2018-11-05
20:37
Version 3.25.3 (check-in: 89e099fb user: drh tags: release, version-3.25.3, branch-3.25)
2018-10-09
22:50
Merge changes for the 3.25.0 release. (check-in: ddf6a54e user: drh tags: apple-osx)
2018-09-17
11:36
Increase the version number to 3.25.1. (check-in: f3c8cfdb user: drh tags: branch-3.25)
2018-09-15
21:38
Optimization: when doing an UPDATE on a table with indexes on an expression, do not update the expression indexes if they do not refer to any of the columns of the table being updated. (check-in: a71b1016 user: drh tags: trunk)
04:01
Version 3.25.0 (check-in: b63af6c3 user: drh tags: trunk, release, version-3.25.0)
2018-09-14
17:42
Fix minor typos in comments that get carried over into documentation. No changes to code. (check-in: 7921dd91 user: drh tags: trunk)

Changes to VERSION.

Changes to autoconf/configure.ac.

Changes to configure.

Changes to ext/fts3/fts3.c.

Changes to ext/fts3/fts3_write.c.

Changes to ext/userauth/userauth.c.

Changes to src/alter.c.

Changes to src/build.c.

Changes to src/expr.c.

Changes to src/main.c.

Changes to src/os_unix.c.

Changes to src/os_win.c.

Changes to src/pragma.h.

Changes to src/select.c.

Changes to src/sqliteInt.h.

Changes to src/tclsqlite.c.

Changes to src/update.c.

Changes to src/vdbe.c.

Changes to src/vdbeaux.c.

Changes to src/wherecode.c.

Changes to src/whereexpr.c.

Changes to test/alter.test.

Changes to test/alterauth.test.

Added test/alterlegacy.test.

Changes to test/altermalloc2.test.

Changes to test/altertab.test.

Added test/altertab2.test.

Changes to test/auth.test.

Added test/fts3corrupt4.test.

Changes to test/fuzzdata5.db.

Changes to test/incrvacuum.test.

Changes to test/lookaside.test.

Changes to test/permutations.test.

Changes to test/releasetest.tcl.

Changes to test/rowvalue.test.

Changes to test/tclsqlite.test.

Changes to test/view.test.

Changes to test/where.test.

Changes to test/whereL.test.

Changes to test/window1.test.

Changes to test/window4.tcl.

Changes to test/window4.test.

Changes to test/with1.test.

Changes to tool/mkpragmatab.tcl.