SQLite

Check-in [2c76ce4f42]
Login

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

Overview
Comment:Merge the pre-3.26.0 fixes from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | apple-osx
Files: files | file ages | folders
SHA3-256: 2c76ce4f42c486c7c2ead64a602ae02eaefcb1438ed1d401221a2e0ff6c9cf23
User & Date: drh 2018-11-30 18:22:49.115
Context
2018-12-05
18:28
Merge enhancements and the ALTER TABLE bug fix from trunk. (check-in: edfc2acfcd user: drh tags: apple-osx)
2018-11-30
18:22
Merge the pre-3.26.0 fixes from trunk. (check-in: 2c76ce4f42 user: drh tags: apple-osx)
2018-11-29
12:00
Fix the name of the trig function approximation in geopoly. No functional changes to the code. (check-in: 33576b12b4 user: drh tags: trunk)
2018-11-26
23:35
Merge recent enhancements from trunk. (check-in: e8c20a88c1 user: drh tags: apple-osx)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to doc/lemon.html.
Changes to ext/fts3/fts3.c.
Changes to ext/rtree/geopoly.c.
Changes to src/build.c.
Changes to src/delete.c.
Changes to src/loadext.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/pcache1.c.
Changes to src/sqlite.h.in.
Changes to test/attach.test.
Changes to test/incrvacuum.test.
Changes to test/indexexpr2.test.
Added test/lemon-test01.y.
Changes to test/pragma4.test.
Changes to test/releasetest.tcl.
Changes to test/vtab_err.test.
Changes to tool/lempar.c.