SQLite

Check-in [5789aab8ef]
Login

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

Overview
Comment:Merge recent changes from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | rowvalue
Files: files | file ages | folders
SHA1: 5789aab8ef59ae1cdfdae123b078ee03da6e08ed
User & Date: drh 2016-08-25 22:31:44.503
Context
2016-08-26
01:02
Remove an unreachable branch from sqlite3ExprAffinity() (check-in: 9d96f61481 user: drh tags: rowvalue)
2016-08-25
22:31
Merge recent changes from trunk. (check-in: 5789aab8ef user: drh tags: rowvalue)
22:06
Fix the sqlite3_trace_v2() interface so that it goes disabled if either the callback or mask arguments are zero, in accordance with the documentation. (check-in: 37e6c54b1a user: drh tags: trunk)
21:14
Refactor the sqlite3ExprCodeIN() routine for improved maintainability. (check-in: b56705ae63 user: drh tags: rowvalue)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.msc.
Changes to autoconf/Makefile.msc.
Changes to src/build.c.
Changes to src/main.c.
Changes to src/sqlite.h.in.
Changes to src/test1.c.
Changes to test/misc8.test.