Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix typo in sqlite3 command documentation |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
fba7d9e452fe1b7826aadf08d12dade1 |
| User & Date: | andygoth 2016-06-05 17:02:35.270 |
Context
|
2016-06-06
| ||
| 10:07 | Minor efficiency improvement by defining SQLITE_LIKE_DOESNT_MATCH_BLOBS=1 check-in: 47812bc7b0 user: jan.nijtmans tags: trunk | |
|
2016-06-05
| ||
| 17:02 | Fix typo in sqlite3 command documentation check-in: fba7d9e452 user: andygoth tags: trunk | |
|
2016-05-31
| ||
| 01:57 | Fix a bug in the spider excluder. check-in: 8583ca38eb user: drh tags: trunk | |
Changes
Changes to src/sqlcmd.c.
| ︙ | ︙ | |||
163 164 165 166 167 168 169 | ** ** Fossil Options: ** ** --no-repository Skip opening the repository database. ** ** WARNING: Careless use of this command can corrupt a Fossil repository ** in ways that are unrecoverable. Be sure you know what you are doing before | | | 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 | ** ** Fossil Options: ** ** --no-repository Skip opening the repository database. ** ** WARNING: Careless use of this command can corrupt a Fossil repository ** in ways that are unrecoverable. Be sure you know what you are doing before ** running any SQL commands that modify the repository database. ** ** The following extensions to the usual SQLite commands are provided: ** ** content(X) Return the content of artifact X. X can be a ** SHA1 hash or prefix or a tag. ** ** compress(X) Compress text X. |
| ︙ | ︙ |