SQLite

Changes On Branch noWarnings
Login

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

Changes In Branch noWarnings Excluding Merge-Ins

This is equivalent to a diff from 55be6d0a to 1c0fe5b5

2019-03-20
12:08
Fix harmless compiler warnings from MSVC. (check-in: f0f02d46 user: drh tags: trunk)
11:16
Enhance the rtreenode() function of rtree (used for testing) so that it uses the newer sqlite3_str object for better performance and improved error reporting. Test cases added to TH3. (check-in: 90acdbfc user: drh tags: trunk)
05:45
Fix various harmless compiler warnings seen with MSVC. (Closed-Leaf check-in: 1c0fe5b5 user: mistachkin tags: noWarnings)
2019-03-19
20:48
Merge recent enhancements from trunk. (check-in: 000f4398 user: drh tags: apple-osx)
20:42
Enhance the VACUUM INTO command so that it works on read-only databases. (check-in: 55be6d0a user: drh tags: trunk)
20:13
Fix a compiler warning in FTS5. (check-in: d5acf3af user: drh tags: trunk)

Changes to ext/fts3/fts3_term.c.

Changes to ext/fts3/unicode/mkunicode.tcl.

Changes to ext/fts5/fts5_aux.c.

Changes to ext/fts5/fts5_buffer.c.

Changes to ext/fts5/fts5_config.c.

Changes to ext/fts5/fts5_expr.c.

Changes to ext/fts5/fts5_hash.c.

Changes to ext/fts5/fts5_main.c.

Changes to ext/fts5/fts5_storage.c.

Changes to ext/fts5/fts5_unicode2.c.

Changes to ext/misc/amatch.c.

Changes to ext/misc/closure.c.

Changes to ext/misc/fileio.c.

Changes to ext/misc/fuzzer.c.

Changes to ext/misc/unionvtab.c.

Changes to ext/session/changeset.c.

Changes to src/btree.c.

Changes to test/fuzzcheck.c.