Ticket UUID: | b18338c226f6fb4899bf646accf79cd0bca221a1 | ||
Title: | include sqlite shell with fossil | ||
Status: | Fixed | Type: | Feature_Request |
Severity: | Cosmetic | Priority: | |
Subsystem: | Resolution: | Fixed | |
Last Modified: | 2010-10-31 23:03:24 | ||
Version Found In: | |||
Description & Comments: | |||
There are a very small number of cases where it is necessary or desirable to work directly with the fossil database - debugging, exploring, or tweaking low-level data in a nonstandard and generally unrecommended way (for example, when merging repositories as described in http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg01641.html ). Nevertheless, in those cases it is necessary to have the sqlite shell available separately. Fossil already bundles 95% of sqlite with it, so why not include the raw shell also? The main benefit (in those admittedly rare cases) would be that you are guaranteed to have the correct version of sqlite, while the shell installed elsewhere may be different (if you are tracking fossil and sqlite builds separately).
anonymous added on 2010-10-29 23:51:13: Thanks. c:\bin>fossil help sqlite Usage: fossil sqlite3 ?DATABASE? ?OPTIONS? Run the standalone sqlite3 command-line shell on DATABASE with OPTIONS. If DATABASE is omitted, then the repository that serves the working directory is opened. |