/ Changes On Branch pragma-onconflict
Login

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

Changes In Branch pragma-onconflict Excluding Merge-Ins

This is equivalent to a diff from 3c36948f16 to 3e5d38f5b3

2016-02-27
19:19
Tighter description of I/O stats in the shell. Show I/O stats on speedtest1.c. (check-in: f681d80034 user: drh tags: trunk)
19:03
More compact implementation of PRAGMA onconflict, and some test cases. (Leaf check-in: 3e5d38f5b3 user: drh tags: pragma-onconflict)
17:16
Experimental "PRAGMA onconflict=FAIL" statement to change the default ON CONFLICT algorithm to something other than ABORT. (check-in: 3a0c347cca user: drh tags: pragma-onconflict)
17:12
Enhance the ".stats" command in sqlite3.exe to show one-time stats information if invoked with one argument. Also show /proc/PID/io information if run on Linux. (check-in: 3c36948f16 user: drh tags: trunk)
14:04
Fix a requirement mark to conform to a typo fix in the documentation. (check-in: d1392c6279 user: drh tags: trunk)

Changes to src/insert.c.

Changes to src/main.c.

Changes to src/pragma.c.

Changes to src/pragma.h.

Changes to src/sqliteInt.h.

Changes to src/update.c.

Added test/onconflict1.test.

Changes to tool/mkpragmatab.tcl.