Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
8 check-ins occurring on 2006-01-31
Following day ↑
2006-01-31
| ||
23:03 | Add the SQLITE_THREADS_OVERRIDE_LOCKS compile-time option that disables the run-time test to see if threads can override each others locks on unix. (CVS 3050) (check-in: e83a19e8 user: drh tags: trunk) | |
20:49 | Patches to support linux on embedded platforms. (CVS 3049) (check-in: a088eb6d user: drh tags: trunk) | |
19:31 | Fix some pointless warnings from overly-pedantic compilers. (CVS 3048) (check-in: b922c8e4 user: drh tags: trunk) | |
19:07 | 3rd parameter to sqlite3_prepare() should be -1 if the string length is unknown. Passing in zero causes a zero-length SQL statement to be prepared, which is a no-op. Ticket #1651. This bug introduced by the fix for ticket #1650. (CVS 3047) (check-in: 1e68ac59 user: drh tags: trunk) | |
16:21 | Version 3.3.3 (CVS 3046) (check-in: 10a3f565 user: drh tags: trunk) | |
16:20 | Put in the correct release date for version 3.3.3. (CVS 3045) (check-in: 1133a840 user: drh tags: trunk) | |
15:19 | Fix an problem in the test scripts that was show false failures under windows. (CVS 3044) (check-in: 0cf4e3c6 user: drh tags: trunk) | |
14:28 | Authorization callback on the ALTER TABLE ADD COLUMN command. Ticket #1479. (CVS 3043) (check-in: 461f5869 user: drh tags: trunk) | |