Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
24 check-ins occurring on 2004-06-30
Following day ↑
2004-06-30
| ||
23:59 | Version 3.0.2 (Beta) (CVS 1791) (check-in: 26a559b6 user: drh tags: trunk) | |
23:17 | Add -DNDEBUG to the default makefile. (CVS 1790) (check-in: f5ab04da user: drh tags: trunk) | |
23:04 | Omit the "LL" literal qualifier as it causes problems for some compilers. (CVS 1789) (check-in: 2010ed80 user: drh tags: trunk) | |
22:54 | Add a Credits section to the version3.html document. (CVS 1788) (check-in: 750ec961 user: drh tags: trunk) | |
22:43 | Do not use "new" as a variable name - some compilers think it is a keyword. (CVS 1787) (check-in: 8a6e4ea7 user: drh tags: trunk) | |
22:35 | Up the version number to 3.0.2 and make changes to the website in preparation for the first beta release. (CVS 1786) (check-in: 0b73b7a0 user: drh tags: trunk) | |
14:29 | Specify ASCII versions of Win32 API functions. (CVS 1785) (check-in: 48b31540 user: drh tags: trunk) | |
13:28 | Fix a typo in capi3.tcl. (CVS 1784) (check-in: 982389b2 user: danielk1977 tags: trunk) | |
12:49 | Have the debug version of sqliteRealloc() return partially uninitialised memory in the same way as the non-debug version can. (CVS 1783) (check-in: e78b0ff3 user: danielk1977 tags: trunk) | |
12:42 | Fix a memory allocation problem in os_test.c (CVS 1782) (check-in: ed511c2e user: danielk1977 tags: trunk) | |
11:54 | Coverage improvements for malloc and vdbemem.c (CVS 1781) (check-in: a98dd004 user: danielk1977 tags: trunk) | |
11:41 | Add the crashtest target to Makefile.in. Add LL suffix to long long constants in the vdbe. Comment changes to vdbeaux.c. (CVS 1780) (check-in: 42553001 user: drh tags: trunk) | |
11:28 | Skip bigfile.test on Mac OS X. Darwin does not handle large sparse files efficiently and so this test takes a really long time. (CVS 1779) (check-in: a3c38a6d user: drh tags: trunk) | |
11:14 | When a statement causes a ROLLBACK due to an ON CONFLICT clause, other active VMs abort. (CVS 1778) (check-in: 0fedf74e user: drh tags: trunk) | |
10:54 | Make sure vacuum.test closes all files. (CVS 1777) (check-in: 4077f9a3 user: danielk1977 tags: trunk) | |
09:49 | Coverage tests for vacuum.c (CVS 1776) (check-in: 152e9940 user: danielk1977 tags: trunk) | |
08:20 | Fixes for compiler warnings. Also more coverage. (CVS 1775) (check-in: fa19c77b user: danielk1977 tags: trunk) | |
06:30 | Add some tests for overlapping SELECT, COMMIT and ROLLBACK commands. (CVS 1774) (check-in: d256c149 user: danielk1977 tags: trunk) | |
04:02 | Improve test coverage of util.c (CVS 1773) (check-in: 68ac3221 user: drh tags: trunk) | |
03:08 | Improved test coverage of func.c and hash.c. (CVS 1772) (check-in: 0c999f28 user: drh tags: trunk) | |
02:43 | Allow strings that look like integers to be inserted into IPK columns in a UTF-16 database. (CVS 1771) (check-in: e5e39764 user: danielk1977 tags: trunk) | |
02:35 | Minor fixes for UTF-16 databases. (CVS 1770) (check-in: 6c5c11e0 user: danielk1977 tags: trunk) | |
02:29 | Some extra tests for the OP_MustBeInt opcode. (CVS 1769) (check-in: b9d5858c user: drh tags: trunk) | |
01:07 | Remove some pointless asserts from btree.c. (CVS 1768) (check-in: 73eec675 user: drh tags: trunk) | |