/ Changes On Branch branch-3.6.23
Login

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

Changes In Branch branch-3.6.23 Excluding Merge-Ins

This is equivalent to a diff from 4ae453ea7b to 265b0b29b8

2010-10-02
01:00
Fix the amalgamation builder so that it works with the rtree updates of the prior check-in. (Leaf check-in: 265b0b29b8 user: drh tags: branch-3.6.23)
2010-10-01
20:45
Backport the RTree implementation from the trunk into the 3.6.23 branch. The code for the application-defined query boxes is still present but is disabled. The reason for this backport is to take advantage of recent enhancements to robustness to database corruption. (check-in: 854b23c117 user: drh tags: branch-3.6.23)
2010-03-26
17:37
After any rollback that modifies the database file, sync the database before deleting the rollback journal. This is a cherry-pick merge of check-ins [b21b911f23] and [f2326dad4e] (check-in: ca0bc2a22e user: drh tags: branch-3.6.23)
2010-03-10
14:06
Fix typo in a comment in the sqliteInt.h. No changes to code. (check-in: 1716821ddb user: drh tags: trunk)
2010-03-09
19:31
Version 3.6.23 (check-in: 4ae453ea7b user: drh tags: trunk, release)
15:10
Fix a test script issue affecting the TCL backup tests under Windows. (check-in: 20c400e73a user: shaneh tags: trunk)

Changes to VERSION.

Changes to configure.

Changes to ext/fts3/fts3.c.

Changes to ext/fts3/fts3_snippet.c.

Changes to ext/fts3/fts3_write.c.

Changes to ext/rtree/rtree.c.

Added ext/rtree/sqlite3rtree.h.

Changes to publish.sh.

Changes to src/btree.c.

Changes to src/ctime.c.

Changes to src/os_unix.c.

Changes to src/os_win.c.

Changes to src/pager.c.

Changes to src/sqlite.h.in.

Changes to test/corruptE.test.

Changes to test/crash8.test.

Changes to test/fts3ac.test.

Changes to test/fts3ag.test.

Changes to test/fts3expr.test.

Added test/tkt-5e10420e8d.test.

Changes to tool/mksqlite3c.tcl.

Changes to tool/mksqlite3h.tcl.