Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

20 most recent events

2010-03-15
20:53
Fixed ticket 170872f1c3: Unmatched double-quote causes problems for FTS3 plus 2 other changes (user: drh)
20:53
[bea9258643] Leaf Improved error message when the right-hand operand of MATCH in FTS3 is not a valid search expression. Ticket 170872f1c3. (user: drh, tags: trunk)
19:28
Fixed ticket 42d45a693e: Spurious log message from FTS3 plus 2 other changes (user: drh)
19:27
[f186b6a619] Fix FTS3 so that it does not run illegal SQL and cause a spurious log message. Ticket 42d45a693e6. (user: drh, tags: trunk)
2010-03-13
02:15
[59f75bba02] Store the database size in pages in bytes 28..31 of the header. Currently this is for forensic use only, but it might be used in the future. (user: drh, tags: trunk)
2010-03-12
23:30
New ticket 170872f1c3 Unmatched double-quote causes problems for FTS3. (user: drh)
23:27
New ticket 42d45a693e Spurious log message from FTS3. (user: drh)
16:32
[c2af2164cf] Add assert()s to mem2.c (activated by SQLITE_MEMDEBUG) which verify that memory alloctions that might have come from lookaside are always freed using a lookaside-aware free routine. (user: drh, tags: trunk)
2010-03-10
23:13
[bb591802ff] 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)
2010-03-09
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)