SQLite

Check-in [a0028d4808]
Login

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

Overview
Comment:In the CLI, always "dump" the sqlite_sequence table last. Ticket #3867 (CVS 6663)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: a0028d4808275cb1d020d56344d90b2a04603f4d
User & Date: drh 2009-05-21 14:51:03.000
References
2017-08-28
10:57 New ticket [02f0f4c54f] The ".dump" comman crashes following PRAGMA empty_result_callbacks=1. (artifact: db4451b8f4 user: drh)
Context
2009-05-21
15:15
In the CLI in the ".dump" command, do not attempt to clear the sqlite_sequence table until the first row of content of that table is seen. Ticket #3867 (CVS 6664) (check-in: bedd5ad194 user: drh tags: trunk)
14:51
In the CLI, always "dump" the sqlite_sequence table last. Ticket #3867 (CVS 6663) (check-in: a0028d4808 user: drh tags: trunk)
04:42
Add conditional 'extern "C"' block to sqlite3async.h. Ticket #3866. (CVS 6662) (check-in: e4d1b117c9 user: danielk1977 tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/shell.c.