Timeline
Not logged in

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

20 most recent timeline items

2010-01-04
15:12
[8dbf11fe1a] Leaf: Apply fix 9b8acf8319. (user: dan, tags: trunk)
2009-10-09
16:57
[b2d1e73f55] Forward port the fix to randomBlob() found in CVS check-in 3940 and in the main fossil source tree at http://www.sqlite.org/src/vinfo/011e7db253 (user: drh, tags: trunk)
2009-05-23
14:49 • Tag changes on b46bc4f54e0f8f66: Add propagating symbolic tag "trunk". (user: drh)
14:49 • Tag changes on b46bc4f54e0f8f66: Add propagating branch=trunk. (user: drh)
2009-01-24
10:32 • Tag changes on b46bc4f54e0f8f66: Add propagating symbolic tag "trunk". (user: drh)
10:32 • Tag changes on b46bc4f54e0f8f66: Add propagating branch=trunk. (user: drh)
2008-10-17
16:43
[3300520326d] Import change 4034 from the cvs branch. (user: dan, tags: trunk)
2008-10-09
17:47
[9c3b647b09] Remove declaration of sqlite3_snprintf() from sqliteInt.h (it is already in sqlite3.h). (user: dan, tags: trunk)
2008-07-11
14:23
[fc103043fd] Import a fix for a pager bug fixed by cvs commit [3885]. (user: dan, tags: trunk)
08:51
[60b2ce4e55] Fix a crash that can be caused if sqlite3_interrupt() strikes at a very inopportune moment. (user: dan, tags: trunk)
2008-07-10
17:30
[5479efeabb] Keep the Pager.nPage variable in sync with the actual contents of the page in sqlite3PagerReleaseMemory(). (user: dan, tags: trunk)
2008-05-13
10:00
[aa9f1d60f4] Ensure that thread-specific-data is cleaned up after a malloc() fails in sqlite3_open(). (user: dan, tags: trunk)
2008-03-26
13:48
[c3718fb280] Import cvs commits [4056] and [4807]. Fixes for problems with the optimization of LIKE expressions in the WHERE clause. (user: dan, tags: trunk)
2008-03-07
16:41
[446f840359] Upgrade the printf.test script so that it does not depend on Tcl format commands interpretation of the "%#g". (user: dan, tags: trunk)
2008-02-20
10:17
[710a196ccc] Allow the tests in malloc2.test to run even if an error has already occured in the test suite. (user: dan, tags: trunk)
2008-02-19
14:36
[47780ff057] Fix a warning in the test code in util.c. (user: dan, tags: trunk)
2008-02-18
16:54
[4340a5f6da] Fix a test script problem causing a failure on systems that do not allow open files to be deleted. (user: dan, tags: trunk)
2008-02-08
18:13
[59d1bb6f96] Modify shared.test to do case independent comparison of filenames. To account for the fact that "c:/test.db" and "C:/test.db" are the same file. (user: dan, tags: trunk)
16:50
[04834da197] Change the test code used for speed tests so that it does not throw an exception if the time command returns "0 microseconds per iteration". (user: dan, tags: trunk)
2008-02-06
13:16
[7a3e9bdb98] Add a new API: sqlite3_result_error_code(). Use this to allow ATTACH to return an error code other than SQLITE_ERROR. (user: drh, tags: trunk)