Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
20 most recent events
|
2008-10-17
| ||
| 16:43:54 | * | [3300520326] Leaf Import change 4034 from the cvs branch. (by dan) |
|
2008-10-09
| ||
| 17:47:31 | * | [9c3b647b09] Remove declaration of sqlite3_snprintf() from sqliteInt.h (it is already in sqlite3.h). (by dan) |
|
2008-07-11
| ||
| 14:23:18 | * | [fc103043fd] Import a fix for a pager bug fixed by cvs commit 3885. (by dan) |
| 08:51:29 | * | [60b2ce4e55] Fix a crash that can be caused if sqlite3_interrupt() strikes at a very inopportune moment. (by dan) |
|
2008-07-10
| ||
| 17:30:29 | * | [5479efeabb] Keep the Pager.nPage variable in sync with the actual contents of the page in sqlite3PagerReleaseMemory(). (by dan) |
|
2008-05-13
| ||
| 10:00:02 | * | [aa9f1d60f4] Ensure that thread-specific-data is cleaned up after a malloc() fails in sqlite3_open(). (by dan) |
|
2008-03-26
| ||
| 13:48:07 | * | [c3718fb280] Import cvs commits 4056 and 4807. Fixes for problems with the optimization of LIKE expressions in the WHERE clause. (by dan) |
|
2008-03-07
| ||
| 16:41:58 | * | [446f840359] Upgrade the printf.test script so that it does not depend on Tcl format commands interpretation of the "%#g". (by dan) |
|
2008-02-20
| ||
| 10:17:19 | * | [710a196ccc] Allow the tests in malloc2.test to run even if an error has already occured in the test suite. (by dan) |
|
2008-02-19
| ||
| 14:36:21 | * | [47780ff057] Fix a warning in the test code in util.c. (by dan) |
|
2008-02-18
| ||
| 16:54:54 | * | [4340a5f6da] Fix a test script problem causing a failure on systems that do not allow open files to be deleted. (by dan) |
|
2008-02-08
| ||
| 18:13:28 | * | [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. (by dan) |
| 16:50:04 | * | [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". (by dan) |
|
2008-02-06
| ||
| 13:16:40 | * | [7a3e9bdb98] Add a new API: sqlite3_result_error_code(). Use this to allow ATTACH to return an error code other than SQLITE_ERROR. (by drh) |
| 13:13:30 | * | [bf2930e662] Port sqlite trunk commit 4739 to this branch. (by dan) |
|
2008-01-25
| ||
| 15:31:57 | * | [25e7b1acb8] Run malloc failure tests in utf-16 mode. Also a couple of fixes for bugs revealed this. (by dan) |
|
2008-01-22
| ||
| 16:48:44 | * | [917e81e49f] Add the corrupt5.test script to the test suite. (by drh) |
|
2008-01-18
| ||
| 17:30:25 | * | [c25b125fe7] Remove debugging message from crash5.test. (by dan) |
| 14:54:44 | * | [c29d64d0b4] Port of sqlite commit 4725 - fixes a very obscure potential corruption. Also remove a faulty assert() statement. (by dan) |
|
2008-01-07
| ||
| 18:26:32 | * | [fa23a92d84] Fix a crash that could follow a malloc failure when processing a literal negative integer. (by dan) |