]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the --recovery-mode option to the CLI ".dump" command. This involves dump-recovery
authordrh <drh@noemail.net>
Thu, 9 Mar 2017 16:32:39 +0000 (16:32 +0000)
committerdrh <drh@noemail.net>
Thu, 9 Mar 2017 16:32:39 +0000 (16:32 +0000)
commita3125b1a4e1bf064bb73fe9fe54323b766297e75
tree7c227003b9c387dd2c4277f0db7ed3b712644b4c
parente6e1d124db0177350a7235a35301416c02e603ae
Add the --recovery-mode option to the CLI ".dump" command.  This involves
enhancing the "PRAGMA reverse_unordered_selects" command to accept a "TOGGLE"
option.  Recovery mode used to be always on.  Now it is opt-in.  Not sure this
is the correct approach.  Also not sure if TOGGLE is a good feature to have
on boolean PRAGMA statements.

FossilOrigin-Name: 5dc82a155dee76e4c8c12e8e62284a10a52a43c8
manifest
manifest.uuid
src/pragma.c
src/shell.c