/ Changes On Branch branch-3.7.14
Login

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

Changes In Branch branch-3.7.14 Excluding Merge-Ins

This is equivalent to a diff from c0d89d4a97 to b21746ac11

2014-10-02
09:27
Fix a segfault that could occur if an 'optimize' command was issued on an FTS table that contained at least one row but zero terms. (Leaf check-in: b21746ac11 user: dan tags: branch-3.7.14)
2013-03-07
11:03
Avoid an assertion fault and/or freeing memory while it is still in use when an error occurs during virtual table construction. Cherrypick of [a02599ad85d]. (check-in: 760072ceea user: dan tags: branch-3.7.14)
2012-10-03
18:20
A branch off of the sessions branch corresponding to release 3.7.14. (check-in: 86633e01fe user: drh tags: sessions-3.7.14)
2012-10-02
23:26
Work around an optimization issue with the MSVC compiler for ARM. (check-in: 9fab9edd0d user: drh tags: branch-3.7.14)
2012-09-04
21:34
Avoid repeating calls to the sqlite3_trace() callback when the same statement is evaluted multiple times by sqlite3_step() due to an SQLITE_SCHEMA reprepare. (check-in: 39f763bfc0 user: drh tags: trunk)
2012-09-03
15:42
Version 3.7.14 (check-in: c0d89d4a97 user: drh tags: trunk, release, version-3.7.14)
12:40
Fix compiler warnings in test_spellfix1.c (check-in: ebb08d0b4d user: drh tags: trunk)

Changes to Makefile.msc.

Changes to VERSION.

Changes to configure.

Changes to ext/fts3/fts3_write.c.

Changes to main.mk.

Changes to src/alter.c.

Changes to src/attach.c.

Changes to src/btree.c.

Changes to src/build.c.

Changes to src/delete.c.

Changes to src/expr.c.

Changes to src/insert.c.

Changes to src/os_unix.c.

Changes to src/select.c.

Changes to src/sqliteInt.h.

Changes to src/tclsqlite.c.

Changes to src/vtab.c.

Changes to src/where.c.

Added test/fts3opt.test.

Added test/shared9.test.

Changes to test/tclsqlite.test.

Changes to test/trigger1.test.

Changes to test/whereD.test.

Changes to tool/build-all-msvc.bat.

Changes to tool/mkvsix.tcl.

Changes to tool/win/sqlite.vsix.