Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
20 most recent events
|
| ||
| 23:13 | [bb591802ff] Leaf Move the ctime.c source module near the beginning of the list of files inserted into the amalgamation so that #defines that are overridden in other modules will not effect the values returned by sqlite3_compiletime_used(). (user: drh, tags: trunk) | |
| 21:42 | [418c6d8113] Add the SQLITE_DBSTATUS_CACHE_SIZE verb for sqlite3_db_status(). The highwater mark does not yet work on this verb. (user: drh, tags: trunk) | |
| 20:06 | [d670e8bd51] Remove the "experimental" markings on most interfaces that have been around for multiple releases. (user: drh, tags: trunk) | |
| 14:06 | [1716821ddb] Fix typo in a comment in the sqliteInt.h. No changes to code. (user: drh, tags: trunk) | |
|
| ||
| 19:31 | [4ae453ea7b] Version 3.6.23 (user: drh, tags: trunk, release) | |
| 15:10 | [20c400e73a] Fix a test script issue affecting the TCL backup tests under Windows. (user: shaneh, tags: trunk) | |
| 14:41 | [3445eda029] Version 3.6.23 release candidate 4 (user: shaneh, tags: trunk) | |
| 14:41 | [115c978b6b] Minor changes to silence compiler warnings on various MSVC builds. (user: shaneh, tags: trunk) | |
| 13:12 | [747baea5c3] Version 3.6.23 release candidate 3 (user: drh, tags: trunk) | |
| 13:02 | [0259b6299e] Check-in 87a6a9970b did not completely disable FTS4. This check-in aims to finish the job. (user: drh, tags: trunk) | |
| 12:35 | [73f4d292dc] Version 3.6.23 release candidate 2 (user: drh, tags: trunk) | |
| 12:35 | [87a6a9970b] Disable FTS4 (which is incomplete and not ready for publication) to prevent accidental use. (user: drh, tags: trunk) | |
| 05:01 | [30e9f966e7] Version 3.6.23 release candidate 1 (user: drh, tags: trunk) | |
|
| ||
| 21:40 | [ffb6596e6c] Add NEVER and assert macros and explanatory comments for unreachable conditions. (user: drh, tags: trunk) | |
| 15:17 | [1a88e31b03] Correct an assert() in mem2.c (test code only). (user: dan, tags: trunk) | |
| 10:32 | [049cadf92b] Do not run the stmt.test script as part of the inmemory_journal permutation. (user: dan, tags: trunk) | |
|
| ||
| 20:17 | [81ff698f62] Make sure the dbFileVers field in the Pager object is properly initialized even if there is an I/O error while reading its content off of disk. (user: drh, tags: trunk) | |
| 18:46 | [4793c381c6] Change a condition in sqlite3VdbeMemShallowCopy() to avoid accessing an unitialized variable (doing so was not dangerous, but caused a valgrind error). (user: dan, tags: trunk) | |
| 17:27 | [6e3e014af9] Fix a one byte buffer overread in fts3. (user: dan, tags: trunk) | |
| 16:32 | [8858042fa1] Modify the vdbe so that the comparison operator opcodes do not modify the data type of operands. Fix for aa92c76cd4. (user: dan, tags: trunk) | |