Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove all mention of sqlite3_next_stmt() from the documentation of sqlite3_close(). |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f494ed38a8d3fabb7a064ba4a860d528 |
User & Date: | drh 2009-10-20 14:23:09.000 |
References
2009-10-20
| ||
14:24 | • Fixed ticket [1751725cd6]: sqlite_close doc should qualify advice plus 3 other changes (artifact: 27fd260282 user: drh) | |
Context
2009-10-20
| ||
15:01 | Fix the VACUUM command so that when the MAIN and TEMP databases have identically named tables, content from the TEMP database does not accidently overwrite MAIN database content. Ticket [d82e3f3721296e905d7e8c9dee718f71a826b0eb]. Note that this bug could potentially lead to database corruption. (check-in: 0bbd8d72ec user: drh tags: trunk) | |
14:23 | Remove all mention of sqlite3_next_stmt() from the documentation of sqlite3_close(). (check-in: f494ed38a8 user: drh tags: trunk) | |
14:08 | Update documentation on the sqlite3_prepare_v2() interface. No changes to code. (check-in: 3b00e769cd user: drh tags: trunk) | |
Changes
Changes to src/sqlite.h.in.