Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
32 check-ins
2008-01-25
| ||
15:31 | Run malloc failure tests in utf-16 mode. Also a couple of fixes for bugs revealed this. Leaf check-in: 25e7b1acb8 user: dan tags: trunk | |
2008-01-22
| ||
16:48 | Add the corrupt5.test script to the test suite. check-in: 917e81e49f user: drh tags: trunk | |
2008-01-18
| ||
17:30 | Remove debugging message from crash5.test. check-in: c25b125fe7 user: dan tags: trunk | |
14:54 | Port of sqlite commit [4725] - fixes a very obscure potential corruption. Also remove a faulty assert() statement. check-in: c29d64d0b4 user: dan tags: trunk | |
2008-01-07
| ||
18:26 | Fix a crash that could follow a malloc failure when processing a literal negative integer. check-in: fa23a92d84 user: dan tags: trunk | |
2007-12-19
| ||
08:53 | Fix a page reference leak in balance_quick(). check-in: 969bfaa942 user: dan tags: trunk | |
2007-12-18
| ||
18:47 | Fix a faulty assert() that can fail in an obscure case. check-in: 1a03189d2f user: dan tags: trunk | |
2007-12-13
| ||
16:58 | Fix an assert() failing when the SELECT statement in an IN(SELECT ...) query is a compound SELECT that returns more than one column (is now a syntax error). check-in: 9ecf84b6c0 user: dan tags: trunk | |
2007-12-12
| ||
18:56 | Fix vdbe stack overflow bugs related to sqlite tickets #2832 and #2767. check-in: 77d11ac1b3 user: dan tags: trunk | |
18:31 | Fix a race condition in lock4.test. check-in: d7dd3b261e user: dan tags: trunk | |
2007-12-11
| ||
18:03 | Fix pragma.test so that it works with Symbian Tcl. check-in: 5764f371f4 user: dan tags: trunk | |
17:28 | Close and delete temporary files speed1.txt and speed2.txt used by the test scripts. check-in: d1b84dbd59 user: dan tags: trunk | |
14:27 | When comparing filenames in shared.test, split the filenames into a list of components using [file split] before doing the comparison. This is required because on windows, SQLite uses the native '\' to seperate file paths, but some Tcl APIs ([file normalize]) use '/'. check-in: 076c10dd4e user: dan tags: trunk | |
2007-12-07
| ||
11:34 | Pull in fix [4099] from the main SQLite branch (fixes crash following empty GROUP BY clause). check-in: 96c529cf4f user: dan tags: trunk | |
2007-12-06
| ||
16:16 | When running quick.test or all.test, do not exit after the 1000'th error. Instead, procede to the next test file. check-in: cb8247ac13 user: dan tags: trunk | |
2007-12-05
| ||
11:06 | Change the form of the test used to check if the $sqlite_sync_count instrumentation is supported (test script change only). check-in: adebe1988f user: dan tags: trunk | |
2007-12-03
| ||
14:05 | Modify vacuum.test to avoid [file delete -force :memory:]. check-in: c20da5dacd user: anonymous tags: trunk | |
2007-11-23
| ||
13:49 | Change file permissions after the file is closed, in btree.test. check-in: e7308fa4d8 user: drh tags: trunk | |
12:39 | Silence several harmless compiler warnings that result from the use of SQLITE_OMIT_ macros. check-in: 55fa12431b user: drh tags: trunk | |
2007-11-22
| ||
18:23 | Add "extern" to the header file definition of a global variable used as part of the test infrastructure. check-in: 6b006a322d user: anonymous tags: trunk | |
18:02 | Fix an infinite loop in "INSERT INTO <table> SELECT ..." when the SELECT is a compound SELECT or when it uses <table> in a subquery. check-in: b7c27fe375 user: dan tags: trunk | |
2007-11-21
| ||
14:34 | Avoid using [file copy] in the [copy_file] test proc. This is because the [file copy] on the target OS doesn't work when using it to clobber an open file. check-in: 53789f7a09 user: anonymous tags: trunk | |
11:13 | Modify sqlite3ApiExit() so that the db handle is not dereferenced if the error code is SQLITE_MISUSE. check-in: d11b9a6589 user: anonymous tags: trunk | |
2007-11-15
| ||
12:27 | Handle a malloc() failure in a join query check-in: 52fb0e4675 user: anonymous tags: trunk | |
2007-11-13
| ||
11:23 | Modify some of the test files to try to prevent errors in codewarrior/rvct compilers. check-in: 4a473b5731 user: anonymous tags: trunk | |
2007-10-08
| ||
15:58 | Fix an assert in the pager. check-in: 2577487f70 user: drh tags: trunk | |
2007-10-04
| ||
20:24 | Update the makefile to ignore the FTS files which are not a part of this branch. check-in: f525842761 user: drh tags: trunk | |
20:18 | Fix a potential database corruption problem following a malloc failure in auto-vacuum mode. This is a backport of the fix for ticket #2418. check-in: 618456b0af user: drh tags: trunk | |
20:00 | Backport the fix for ticket #2409: database corruption following an SQLITE_BUSY error within an explicit transaction. check-in: b6994208fb user: drh tags: trunk | |
19:09 | Backport the changes for ticket #2686: the database corruption problem that occurs following an SQLITE_FULL within an explicit transaction. This check-in includes the fix and additional logic needed to test the changes. check-in: c49658e83c user: drh tags: trunk | |
18:23 | Initial check-in of baseline 3.3.17 sources. Documentation, the configure script, and ext/ subdirectory are all omitted. check-in: d4bfd76926 user: drh tags: trunk | |
18:20 | initial empty baseline check-in: b46bc4f54e user: drh tags: trunk | |