SQLite

Check-in [4e5f17d189]
Login

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

Overview
Comment:Merge the latest trunk enhancements and fixes into the sessions branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sessions
Files: files | file ages | folders
SHA1: 4e5f17d189eb0578a544c21fc150f9e2ee3428e3
User & Date: drh 2015-04-23 13:49:53.138
Context
2015-04-23
14:40
Fix a performance problem in sqlite3session_diff(). (check-in: ea400eca31 user: dan tags: sessions)
13:49
Merge the latest trunk enhancements and fixes into the sessions branch. (check-in: 4e5f17d189 user: drh tags: sessions)
13:37
Fix a faulty assert() in the "AS" alias resolution logic of the parser. (check-in: b5e4360283 user: drh tags: trunk)
2015-04-20
01:32
Merge all recent trunk enhancements and fixes into the sessions branch. (check-in: b8ef1cdee3 user: drh tags: sessions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.msc.
Changes to ext/fts3/fts3.c.
Changes to ext/fts3/fts3_tokenizer.c.
Changes to ext/fts3/fts3_write.c.
Changes to ext/misc/fuzzer.c.
Changes to src/analyze.c.
Changes to src/expr.c.
Changes to src/fkey.c.
Changes to src/insert.c.
Changes to src/pager.c.
Changes to src/pragma.c.
Changes to src/resolve.c.
Changes to src/select.c.
Changes to src/shell.c.
Changes to src/sqliteInt.h.
Changes to src/tclsqlite.c.
Changes to src/test_malloc.c.
Changes to src/test_multiplex.c.
Changes to src/test_onefile.c.
Changes to src/test_osinst.c.
Changes to src/test_vfs.c.
Changes to src/trigger.c.
Changes to src/vdbemem.c.
Changes to src/where.c.
Changes to test/analyze3.test.
Changes to test/count.test.
Changes to test/fkey1.test.
Added test/fts3expr5.test.
Changes to test/fts4check.test.
Changes to test/insert2.test.
Changes to test/resolver01.test.
Changes to test/select4.test.
Changes to test/subquery.test.
Changes to test/trace2.test.
Changes to test/triggerC.test.
Changes to tool/build-all-msvc.bat.
Changes to tool/fuzzershell.c.
Changes to tool/lemon.c.
Changes to tool/mkvsix.tcl.