Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
6 check-ins occurring on 2009-11-04
Following day ↑
2009-11-04
| ||
23:02 | Fix a typo on the ynVar typedef that unfortunately caused 3.6.20 to be released with a "bug" that causes excess memory usage for Expr objects. This bug should be benign in the sense that the correct answer is still always obtained - it only uses more more memory than is really necessary. (check-in: f1c09aca user: drh tags: shunning-error) | |
21:49 | Do not accept a codec no an in-memory database. (check-in: 6f3081a8 user: drh tags: shunning-error) | |
18:51 | Fix documentation typos. (check-in: 590d4ac1 user: drh tags: shunning-error) | |
13:30 | Version 3.6.20 (check-in: eb7a544f user: drh tags: trunk, release) | |
13:17 | Create a new datatype "ynVar" to hold "nVar" (number of variable) values. This is normally 16-bits can can be 32-bits if SQLITE_MAX_VARIABLE_NUMBER is large enough. (check-in: 24a4d520 user: drh tags: trunk) | |
01:56 | Report errors back up to the ATTACH command if the codec fails to initialize. (check-in: a6c69610 user: drh tags: trunk) | |