]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Update the .dump command of the command-line shell so that it (1) avoids
authordrh <drh@noemail.net>
Sat, 28 Jan 2012 21:08:51 +0000 (21:08 +0000)
committerdrh <drh@noemail.net>
Sat, 28 Jan 2012 21:08:51 +0000 (21:08 +0000)
commitb21a8e4834b7d80f72e798f570f9dfdc90339b5a
treea57e5a9c47019802459ddadc800256bfd5df59fc
parent8395b7b6cbe5db379b25c000b2bcdbc0e2f1cbaf
Update the .dump command of the command-line shell so that it (1) avoids
putting the semicolon of a DDL statement on the same line as a comment,
(2) avoids long expression, even when dumping a table with many columns, and
(3) avoids unnecessary quoting of the table name.  This fixes tickets
[c04a8b8a4f] and [232637c465].
Shell change only; no changes to the SQLite core.

FossilOrigin-Name: e6eea8d50d6c307e3e34891758ed4912d368580b
manifest
manifest.uuid
src/shell.c