SQLite

Changes On Branch batch-atomic-write-3.19
Login

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

Changes In Branch batch-atomic-write-3.19 Excluding Merge-Ins

This is equivalent to a diff from 24c9cd46 to 4be4265d

2017-07-31
13:22
Use batch atomic writes when running on a recent F2FS filesystem, if compiled with SQLITE_ENABLE_BATCH_ATOMIC_WRITE. (check-in: 2dd0c77d user: drh tags: branch-3.19)
12:07
Increase the version number to 3.19.4 (check-in: b77f297d user: drh tags: branch-3.19)
12:04
Merge further enhancements to the batch-atomic-write subsystem. (Leaf check-in: 4be4265d user: drh tags: batch-atomic-write-3.19)
2017-07-28
20:49
Disable the writecrash.test module on Windows. (Leaf check-in: 4c0520d4 user: drh tags: batch-atomic-write)
02:02
Backport of all batch-atomic-write changes through check-in [67bad7fb9b] (check-in: def55027 user: drh tags: batch-atomic-write-3.19)
2017-07-27
00:27
Do now allow the geometry object in the right operand of a MATCH operator in the RTREE extension to be inpersonated by a BLOB literal. (check-in: 24c9cd46 user: drh tags: branch-3.19)
2017-06-08
14:26
Version 3.19.3 (check-in: 0ee482a1 user: drh tags: release, version-3.19.3, branch-3.19)

Changes to src/ctime.c.

Changes to src/memjournal.c.

Changes to src/os_unix.c.

Changes to src/pager.c.

Changes to src/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/test1.c.

Changes to src/test6.c.

Changes to src/test_devsym.c.

Added test/atomic.test.

Changes to test/fallocate.test.

Changes to test/misc1.test.

Changes to test/permutations.test.

Changes to test/rollback.test.

Changes to test/syscall.test.

Changes to test/tester.tcl.

Added test/writecrash.test.