SQLite

Check-in [b42c87790e]
Login

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

Overview
Comment:Merge latest trunk changes with this branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | server-process-edition
Files: files | file ages | folders
SHA3-256: b42c87790e2dfdc4e52c42967257decf4b44ded909403ea4ac47fe41acfd7077
User & Date: dan 2017-07-29 17:10:37.200
Context
2017-07-31
19:55
Add documentation file ./README-server-edition.html. (check-in: fbc4f4ad25 user: dan tags: server-process-edition)
2017-07-29
17:10
Merge latest trunk changes with this branch. (check-in: b42c87790e user: dan tags: server-process-edition)
17:01
Update test program "tserver" to use a native pthreads mutex/condition variable to efficiently manage wal file checkpoints without the wal file growing indefinitely. (check-in: 8299bdb7cb user: dan tags: server-process-edition)
2017-07-28
22:22
Update Tcl version used by the TclKit batch tool for MSVC. (check-in: bcec155e0d user: mistachkin tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to VERSION.
Changes to configure.
Changes to ext/fts3/fts3.c.
Changes to ext/fts5/fts5_tcl.c.
Changes to ext/fts5/fts5_test_mi.c.
Changes to ext/misc/carray.c.
Changes to ext/rtree/rtree.c.
Changes to src/alter.c.
Changes to src/build.c.
Changes to src/callback.c.
Changes to src/func.c.
Changes to src/insert.c.
Changes to src/main.c.
Changes to src/prepare.c.
Changes to src/sqlite.h.in.
Changes to src/sqlite3ext.h.
Changes to src/sqliteInt.h.
Changes to src/trigger.c.
Changes to src/vacuum.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/vdbemem.c.
Changes to src/wherecode.c.
Changes to src/whereexpr.c.
Changes to test/like.test.
Changes to test/unionvtabfault.test.
Changes to tool/GetTclKit.bat.