Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add a mention of sqlite3_column() to the SQLITE_RANGE documentation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.10 |
Files: | files | file ages | folders |
SHA1: |
2111e3600c4a655a20cff9fa9f0db0bd |
User & Date: | drh 2016-02-02 01:56:38.865 |
Context
2016-02-10
| ||
03:47 | Fix typos in the fileformat2.html document. (check-in: 7ee2137b43 user: drh tags: branch-3.10) | |
2016-02-09
| ||
14:46 | Merge enhancements from the 3.10.0 branch. (check-in: 35017ac57c user: drh tags: trunk) | |
2016-02-02
| ||
01:56 | Add a mention of sqlite3_column() to the SQLITE_RANGE documentation. (check-in: 2111e3600c user: drh tags: branch-3.10) | |
2016-01-21
| ||
13:33 | Do not suppress links to Windows DLLs on the download page. (check-in: 70ec942b27 user: drh tags: branch-3.10) | |
Changes
Changes to pages/rescode.in.
︙ | ︙ | |||
320 321 322 323 324 325 326 | SQL statement being prepared is not authorized. } RESCODE SQLITE_FORMAT 24 { The SQLITE_FORMAT error code is not currently used by SQLite. } RESCODE SQLITE_RANGE 25 { The SQLITE_RANGE error indices that the parameter number argument | | > | | 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 | SQL statement being prepared is not authorized. } RESCODE SQLITE_FORMAT 24 { The SQLITE_FORMAT error code is not currently used by SQLite. } RESCODE SQLITE_RANGE 25 { The SQLITE_RANGE error indices that the parameter number argument to one of the [sqlite3_bind_blob|sqlite3_bind] routines or the column number in one of the [sqlite3_column_int|sqlite3_column] routines is out of range. } RESCODE SQLITE_NOTADB 26 { When attempting to open a file, the SQLITE_NOTADB error indicates that the file being opened does not appear to be an SQLite database file. } RESCODE SQLITE_NOTICE 27 { The SQLITE_NOTICE result code is not returned by any C/C++ interface. |
︙ | ︙ |