Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch sessions Excluding Merge-Ins
This is equivalent to a diff from e9bb4cf40f to 5ab46d760d
2016-04-06
| ||
17:32 | Add a couple options to the MSVC makefile. (check-in: ea4de04d67 user: mistachkin tags: branch-3.12.0) | |
2016-03-30
| ||
13:43 | Incorporate the sessions extension and the SQLITE_ENABLE_PREUPDATE_HOOK compile-time option. (check-in: 4af7a90f98 user: drh tags: trunk) | |
12:56 | Avoid compiler warnings and excess opcodes when SQLITE_ENABLE_PREUPDATE_HOOK is not used. Fix the EXPLAIN output for P4_TABLE opcodes. (Closed-Leaf check-in: 5ab46d760d user: drh tags: sessions) | |
12:20 | Improvements to the performance testing program "speedtest1.c" and the shell script that invokes it. (check-in: e4bee561fd user: drh tags: trunk) | |
2016-03-29
| ||
10:36 | Merge 3.12.0 changes. (check-in: d7381efff4 user: drh tags: begin-concurrent) | |
10:30 | Merge 3.12.0 changes. (check-in: eef557449c user: drh tags: apple-osx) | |
10:19 | Merge changes for 3.12.0. (check-in: ed22eb653f user: drh tags: sessions) | |
10:14 | Version 3.12.0 (check-in: e9bb4cf40f user: drh tags: trunk, release, version-3.12.0) | |
2016-03-28
| ||
11:01 | Fix the multiplexor so that it does not assume that the xGetLastError method is non-NULL in the child VFS. (check-in: f6a88cccbc user: drh tags: trunk) | |
Changes to Makefile.in.
Changes to Makefile.msc.
Added ext/session/changeset.c.
Added ext/session/session1.test.
Added ext/session/session2.test.
Added ext/session/session3.test.
Added ext/session/session4.test.
Added ext/session/session5.test.
Added ext/session/session6.test.
Added ext/session/session8.test.
Added ext/session/session9.test.
Added ext/session/sessionA.test.
Added ext/session/sessionB.test.
Added ext/session/sessionC.test.
Added ext/session/sessionD.test.
Added ext/session/sessionE.test.
Added ext/session/sessionF.test.
Added ext/session/session_common.tcl.
Added ext/session/sessionfault.test.
Added ext/session/sqlite3session.c.
Added ext/session/sqlite3session.h.
Added ext/session/test_session.c.
Changes to main.mk.
Changes to src/delete.c.
Changes to src/fkey.c.
Changes to src/insert.c.
Changes to src/main.c.
Changes to src/shell.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/tclsqlite.c.
Changes to src/test_config.c.
Changes to src/update.c.
Changes to src/vdbe.c.
Changes to src/vdbe.h.
Changes to src/vdbeInt.h.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/vdbeblob.c.
Changes to src/vdbemem.c.
Changes to test/fkey6.test.
Changes to test/hook.test.
Changes to test/permutations.test.
Added test/session.test.
Changes to test/tclsqlite.test.
Changes to test/tester.tcl.
Changes to tool/mksqlite3c.tcl.
Changes to tool/mksqlite3h.tcl.
Changes to tool/symbols.sh.