SQLite

Check-in [e709d3b4e7]
Login

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

Overview
Comment:Merge all recent trunk enhances into the apple-osx branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | apple-osx
Files: files | file ages | folders
SHA1: e709d3b4e7b91331f58ed8319f98790cfb190cb1
User & Date: drh 2015-04-13 23:11:45.828
Context
2015-04-15
13:51
Merge recent trunk fixes and enhancements into the apple-osx branch. (check-in: bfc7142ad2 user: drh tags: apple-osx)
2015-04-13
23:11
Merge all recent trunk enhances into the apple-osx branch. (check-in: e709d3b4e7 user: drh tags: apple-osx)
23:05
Add #ifdef magic for HAVE_GETHOSTUUID so that the build will hopefully now work on more verions of MacOS with SQLITE_ENABLE_LOCKING_STYLE turned on. (check-in: 211411d02c user: drh tags: trunk)
2015-04-08
12:47
Merge in all version 3.8.9 changes from trunk. (check-in: 301218704c user: drh tags: apple-osx)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to VERSION.
Changes to configure.
Changes to ext/fts3/fts3.c.
Changes to main.mk.
Changes to mkopcodeh.awk.
Changes to src/attach.c.
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/complete.c.
Changes to src/fkey.c.
Changes to src/insert.c.
Changes to src/msvc.h.
Changes to src/os_unix.c.
Changes to src/select.c.
Changes to src/sqliteInt.h.
Changes to src/trigger.c.
Changes to src/vacuum.c.
Changes to src/vdbe.c.
Changes to src/vdbe.h.
Changes to src/vdbeaux.c.
Changes to src/vdbesort.c.
Changes to src/vtab.c.
Changes to src/wal.c.
Changes to src/where.c.
Changes to test/fkey2.test.
Changes to test/fts4content.test.
Changes to test/null.test.
Changes to test/orderby1.test.
Changes to test/vacuum2.test.
Changes to test/whereD.test.
Changes to test/with1.test.
Changes to test/zeroblob.test.
Added tool/sqldiff.c.