/ Changes On Branch changebatch
Login

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

Changes In Branch changebatch Excluding Merge-Ins

This is equivalent to a diff from 2a81763e68 to 391344d88a

2017-01-09
07:00
Merge the "changebatch" functionality into this branch. (check-in: 50fb1eb368 user: dan tags: begin-concurrent)
2016-12-07
13:49
Always honor the sqlite3.dbOptFlags bitmask, regardless of compile-time options. Continuing fix for ticket [da78413751863]. (check-in: afab166313 user: drh tags: trunk)
07:46
Merge latest trunk changes into this branch. (Leaf check-in: 391344d88a user: dan tags: changebatch)
2016-12-06
22:47
Performance improvement and size reduction in the Expr node allocator function sqlite3PExpr(). (check-in: 2a81763e68 user: drh tags: trunk)
19:33
Add missing nul-terminator to a Tcl_AppendResult() call in tclsqlite.c. (check-in: 0820f8b3de user: dan tags: trunk)
2016-08-24
19:14
Add the sqlite3changebatch_db() API. (check-in: bee44ebc53 user: dan tags: changebatch)

Added ext/session/changebatch1.test.

Added ext/session/changebatchfault.test.

Added ext/session/sqlite3changebatch.c.

Added ext/session/sqlite3changebatch.h.

Changes to ext/session/sqlite3session.c.

Changes to ext/session/sqlite3session.h.

Changes to ext/session/test_session.c.

Changes to main.mk.