SQLite

Check-in [9f6f11805e]
Login

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

Overview
Comment:Merge changes from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | upsert
Files: files | file ages | folders
SHA3-256: 9f6f11805eb7cc02f7eb3044250f3981d46d2dbf0c421bd73e7f8b437390db25
User & Date: drh 2018-04-12 12:25:45.560
Context
2018-04-12
13:15
Add the Upsert object for holding upsert clause information. (check-in: d83eaed539 user: drh tags: upsert)
12:25
Merge changes from trunk. (check-in: 9f6f11805e user: drh tags: upsert)
2018-04-11
17:10
Help the parser run faster by avoiding the "explain ::= ." production. (check-in: d7ec7b5970 user: drh tags: trunk)
2018-04-10
00:30
Update the top-level README.md file to point to the whynotget.html document. (check-in: 7dfd4543da user: drh tags: upsert)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.msc.
Changes to VERSION.
Changes to autoconf/Makefile.msc.
Changes to configure.
Changes to ext/fts5/fts5_main.c.
Changes to ext/fts5/test/fts5aa.test.
Changes to ext/session/session1.test.
Changes to ext/session/sqlite3session.c.
Changes to ext/session/sqlite3session.h.
Changes to ext/session/test_session.c.
Changes to src/attach.c.
Changes to src/build.c.
Changes to src/expr.c.
Changes to src/os.c.
Changes to src/parse.y.
Changes to src/select.c.
Changes to src/shell.c.in.
Changes to src/where.c.
Changes to test/join.test.
Changes to test/triggerE.test.
Changes to tool/mkmsvcmin.tcl.