SQLite

Check-in [18c3ab4784]
Login

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

Overview
Comment:Merge the master-journal optimization and other recent changes from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | apple-osx
Files: files | file ages | folders
SHA1: 18c3ab4784a4efab2cc583ef712c4db9d127418a
User & Date: drh 2016-02-22 16:32:39.845
Context
2016-02-26
16:14
Merge all recent enhancements from trunk, and in particular the SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER change. (check-in: 4fb4aee83d user: drh tags: apple-osx)
2016-02-22
16:32
Merge the master-journal optimization and other recent changes from trunk. (check-in: 18c3ab4784 user: drh tags: apple-osx)
16:04
Always use the sqlite3VdbeDeleteAuxdata() routine for clearing auxdata on function parameter, rather than having a separate deleteAuxdataFromFrame() for doing the job for trigger frames. (check-in: 64386fa339 user: drh tags: trunk)
2016-02-18
14:53
Merge the tokenizer buffer overrun bug-fix from trunk. (check-in: 82e7e31b09 user: drh tags: apple-osx)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.msc.
Changes to autoconf/Makefile.msc.
Changes to ext/fts3/fts3_test.c.
Changes to ext/fts5/fts5_test_mi.c.
Changes to ext/rbu/sqlite3rbu.c.
Changes to src/main.c.
Changes to src/test1.c.
Changes to src/test_blob.c.
Changes to src/util.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeaux.c.
Changes to src/vdbesort.c.
Changes to src/whereexpr.c.
Changes to test/pager1.test.
Added test/regexp2.test.
Changes to test/speedtest1.c.
Changes to tool/build-all-msvc.bat.
Changes to tool/lempar.c.
Changes to tool/mkmsvcmin.tcl.
Changes to tool/mkvsix.tcl.