SQLite
Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

20 most recent timeline items

2012-02-03
19:59 • New ticket [72b01a982a] Per page/region checksums. (user: rogerb)
2012-02-02
21:02
[f14e7f29ff] Leaf: More structure packing for smaller objects and less memory usage. (user: drh, tags: trunk)
19:37
[21695c3476] Reduce the size of the MemPage object by about 32 bytes. Other structure size optimizations. (user: drh, tags: trunk)
18:46
[fa13edd39c] When non-aggregate columns occur in an aggregate query with a single min() or max(), then the values of the non-aggregate columns are taken from one of the rows that was the min() or max(). (user: drh, tags: trunk)
18:42
[f27c7b4fb1] Leaf: Fix a problem with NULL handling in aggregate min/max when returning values from the row containing the min or max. (user: drh, tags: output-minmax-row)
17:35
[adb29232b6] For queries of the form "SELECT p, max(q) FROM t1", the value of column p returned is the one on the same row that holds the maximum value of q. (user: drh, tags: output-minmax-row)
15:50
[0bc594e861] Data structure cleanup. Remove unused fields. Rearrange other files for tighter packing and reduced memory usage. (user: drh, tags: trunk)
03:38
[25df2a7458] Simplified array allocation in the IdList and AggInfo objects. (user: drh, tags: trunk)
03:11
[a3553b8a03] Fix a possible segfault after an OOM fault. This has been in the code for ages but only expressed itself following the previous check-in. (user: drh, tags: trunk)
01:58
[5963de303a] Remove the nAlloc field from the ExprList object. (user: drh, tags: trunk)
2012-02-01
19:03
[a38d57a4e5] Very small performance enhancement and reduction in size of the sqlite3_stmt object. (user: drh, tags: trunk)
01:14 • Fixed ticket [ae6794effd]: ALTER TABLE RENAME fails for triggers that use the table name with a different case plus 2 other changes (user: drh)
01:13
[0d78ebb8e4] Fix ALTER TABLE RENAME so that it correctly handles triggers that attach to the table using the name in a different case. Ticket [ae6794effd404]. (user: drh, tags: trunk)
00:20 • New ticket [ae6794effd] ALTER TABLE RENAME fails for triggers that use the table name with a different case. (user: drh)
2012-01-31
23:34
[b4cad1ce78] Fix a compiler warning in FTS4. (user: drh, tags: trunk)
14:24
[77b3430de6] Futher pedantic fixes to the sqlite3_uri_boolean() interface. (user: drh, tags: trunk)
13:35
[b0a161791d] Improvements to the documentation for sqlite3_uri_boolean(). (user: drh, tags: trunk)
05:11
[313546b456] Change a comment in test script backup.test. (user: dan, tags: trunk)
2012-01-30
18:41 • Fixed ticket [5f41597f7c]: sqlite3_uri_boolean defaults to true, documented as false, is a mess plus 2 other changes (user: drh)
18:40
[7b053d699f] Bring the documentation and implementation of sqlite3_uri_boolean() into closer agreement. Ticket [5f41597f7c9c] (user: drh, tags: trunk)