Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove unused label "loaddb_out" from example code in backup.in. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4801fe3258c2137d496c42f62f0c1254 |
User & Date: | dan 2009-02-17 06:47:15.000 |
Context
2009-02-17
| ||
18:10 | Update statistics in the testing.html document. (check-in: cd844328a2 user: drh tags: trunk) | |
06:47 | Remove unused label "loaddb_out" from example code in backup.in. (check-in: 4801fe3258 user: dan tags: trunk) | |
2009-02-16
| ||
17:42 | Documentation updates in preparation for version 3.6.11. (check-in: f647c36e45 user: drh tags: trunk) | |
Changes
Changes to pages/backup.in.
︙ | ︙ | |||
139 140 141 142 143 144 145 | (void)sqlite3_backup_finish(pBackup); } rc = sqlite3_errcode(pTo); } /* Close the database connection opened on database file zFilename ** and return the result of this function. */ | < | 139 140 141 142 143 144 145 146 147 148 149 150 151 152 | (void)sqlite3_backup_finish(pBackup); } rc = sqlite3_errcode(pTo); } /* Close the database connection opened on database file zFilename ** and return the result of this function. */ (void)sqlite3_close(pFile); return rc; } } </tcl> <p> |
︙ | ︙ |