SQLite

Check-in [6055a6725c]
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 | ota-update
Files: files | file ages | folders
SHA1: 6055a6725cb24469c10de9a04f3614dcc79193c6
User & Date: dan 2015-05-19 14:14:57.988
Context
2015-05-19
16:22
Allow OTA update state data to be stored in a database separate from the OTA update database. (check-in: 5af8db56af user: dan tags: ota-update)
14:14
Merge latest trunk changes with this branch. (check-in: 6055a6725c user: dan tags: ota-update)
2015-05-18
12:28
Transitive constraints should only work if operands have compatible affinities and collating sequences. (check-in: 5df4056448 user: drh tags: trunk)
2015-05-14
09:53
Merge changes from the index-is-operator branch into this one. Drop the partial support added for IS on this branch by [52e73eec]. (check-in: 16ab9cafd0 user: dan tags: ota-update)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.msc.
Changes to README.md.
Changes to VERSION.
Changes to configure.
Changes to src/malloc.c.
Changes to src/prepare.c.
Changes to src/printf.c.
Changes to src/select.c.
Changes to src/sqliteInt.h.
Changes to src/tokenize.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeaux.c.
Changes to src/where.c.
Changes to test/misc4.test.
Changes to test/transitive1.test.
Changes to test/vtab1.test.
Changes to test/vtab2.test.
Changes to test/vtab6.test.
Changes to test/where4.test.
Changes to test/whereK.test.