Lines Matching refs:dump
294 # .dump ?TABLE? ... Dump the database in an SQL text format
295 # If TABLE specified, only dump tables matching
298 set res [catchcmd "test.db" ".dump"]
303 set res [catchcmd "test.db" ".dump FOO"]
307 # The .dump command now accepts multiple arguments
310 # catchcmd "test.db" ".dump FOO BAD"
311 #} {1 {Usage: .dump ?--preserve-rowids? ?--newlines? ?LIKE-PATTERN?}}
751 # Test the output of the ".dump" command
765 catchcmd test.db {.dump}
787 # The --preserve-rowids option to .dump
790 catchcmd test.db {.dump --preserve-rowids}
821 catchcmd test2.db {.dump --preserve-rowids}
845 catchcmd test2.db {.dump --preserve-rowids}
869 catchcmd test2.db {.dump --preserve-rowids}
891 catchcmd test2.db {.dump --preserve-rowids}
911 catchcmd test2.db {.dump --preserve-rowids}