SQLite

Check-in [2078454ac9]
Login

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

Overview
Comment:Merge the latest enhancements from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | apple-osx
Files: files | file ages | folders
SHA1: 2078454ac998ccb5e837c4f13d8d8b2f312f4f50
User & Date: drh 2014-10-01 01:46:35.180
Context
2014-10-09
11:27
Merge the latest trunk enhancements into the apple-osx branch. (check-in: 6fc7207727 user: drh tags: apple-osx)
2014-10-01
01:46
Merge the latest enhancements from trunk. (check-in: 2078454ac9 user: drh tags: apple-osx)
2014-09-30
19:04
Improvements to the new syntax-tree output routines: Omit the "END SELECT" mark and instead terminate the graph at the last item. Increase the maximum tree depth to 100. (check-in: 5ce05757aa user: drh tags: trunk)
2014-09-21
23:08
Merge in all recent changes from trunk. (check-in: 3967ebe83e user: drh tags: apple-osx)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/btree.c.
Changes to src/btreeInt.h.
Changes to src/build.c.
Changes to src/ctime.c.
Changes to src/expr.c.
Changes to src/func.c.
Changes to src/main.c.
Changes to src/os_unix.c.
Changes to src/parse.y.
Changes to src/printf.c.
Changes to src/select.c.
Changes to src/shell.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/test_multiplex.c.
Changes to src/tokenize.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeaux.c.
Changes to src/vdbetrace.c.
Changes to src/where.c.
Changes to test/autoindex1.test.
Changes to test/default.test.
Changes to test/eval.test.
Added test/multiplex4.test.
Changes to test/rowid.test.
Changes to test/skipscan1.test.
Changes to test/skipscan5.test.