SQLite

Check-in [de7083cfe2]
Login

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

Overview
Comment:Merge all trunk enhancements and fixes into the sessions branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sessions
Files: files | file ages | folders
SHA1: de7083cfe2bb00b689bec6bcc75e994f564ceda6
User & Date: drh 2015-05-05 17:12:27.092
Context
2015-05-07
12:29
Merge in the 3.8.10 release changes. (check-in: 0404ef885e user: drh tags: sessions)
2015-05-05
17:12
Merge all trunk enhancements and fixes into the sessions branch. (check-in: de7083cfe2 user: drh tags: sessions)
16:57
Fix a minor coding inefficiency found during pre-release inspection. (check-in: cc50883d67 user: drh tags: trunk)
2015-04-23
17:22
Modify the sqlite3session_diff() API so that tables with no PRIMARY KEYs are ignored. This matches the other sessions APIs. Also change sqlite3session_diff() so that it returns SQLITE_SCHEMA, instead of SQLITE_ERROR, if the tables being compared do not have compatible schemas. (check-in: aada0ad08e user: dan tags: sessions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to ext/fts3/fts3.c.
Changes to ext/fts3/fts3Int.h.
Changes to ext/fts3/fts3_aux.c.
Changes to ext/fts3/fts3_expr.c.
Changes to ext/fts3/fts3_snippet.c.
Changes to ext/fts3/fts3_term.c.
Changes to ext/fts3/fts3_tokenize_vtab.c.
Changes to ext/fts3/fts3_tokenizer.c.
Changes to ext/rtree/rtree.c.
Changes to main.mk.
Changes to src/alter.c.
Changes to src/bitvec.c.
Changes to src/btree.c.
Changes to src/build.c.
Name change from src/test_stat.c to src/dbstat.c.
Changes to src/expr.c.
Changes to src/func.c.
Changes to src/loadext.c.
Changes to src/main.c.
Changes to src/os_common.h.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/pager.c.
Changes to src/printf.c.
Changes to src/select.c.
Changes to src/shell.c.
Changes to src/sqliteInt.h.
Changes to src/table.c.
Changes to src/tclsqlite.c.
Changes to src/test_blob.c.
Changes to src/test_intarray.c.
Changes to src/test_multiplex.c.
Changes to src/tokenize.c.
Changes to src/vdbe.c.
Changes to src/vdbemem.c.
Changes to src/vdbesort.c.
Changes to src/vdbetrace.c.
Changes to src/vtab.c.
Changes to src/wal.c.
Changes to src/where.c.
Changes to test/alter.test.
Changes to test/fts3matchinfo.test.
Added test/fuzzdata1.txt.
Added test/fuzzdata2.txt.
Changes to test/jrnlmode.test.
Changes to test/malloc.test.
Added test/mkfuzzdata1.tcl.
Changes to test/pagesize.test.
Changes to test/releasetest.tcl.
Changes to test/select4.test.
Changes to test/shell1.test.
Added test/statfault.test.
Changes to test/tester.tcl.
Changes to tool/fuzzershell.c.
Changes to tool/mksqlite3c.tcl.
Changes to tool/sqldiff.c.