Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/minmax3.test
2011-01-28
| ||
01:57 | Change the weighting of binary searches on tables to 1/10th the cost of a search on an index. Change the assumed reduction in search space from a indexed range constraint from 1/3rd to 1/4th. Do not let the estimated number of rows drop below 1. file: [cc1e8b01] check-in: [4847c6cb] user: drh branch: stat2-enhancement, size: 7724 | |
2010-06-22
| ||
13:46 | Some changes to test scripts related to codec enabled versions of sqlite. file: [66a60eb0] check-in: [85dd51a7] user: dan branch: trunk, size: 7692 | |
2010-01-07
| ||
15:17 | Fix the expression comparison logic to take the COLLATE operator into account. Ticket [360c6073e197] file: [a38686c3] check-in: [44bb1bfe] user: drh branch: trunk, size: 7527 | |
2008-07-12
| ||
14:52 | Remove leftover debugging commands (breakpoint and btree_breakpoint) from test scripts. (CVS 5400) file: [94742aa9] check-in: [dcb16024] user: drh branch: trunk, size: 6247 | |
2008-03-28
| ||
19:16 | Fix a problem with min() and descending indexes. (CVS 4933) file: [05110398] check-in: [39705b61] user: danielk1977 branch: trunk, size: 6256 | |
18:11 | Fix for #3022. Handle queries like "SELECT min(b) FROM T WHERE a = X AND b > X" when there is an index on (a,b). (CVS 4930) file: [05f35e79] check-in: [bce28975] user: danielk1977 branch: trunk, size: 5177 | |
2008-03-19
| ||
00:21 | Remove the dependency on the direct btree interface from as many test scripts as is practical. Fix a bug in the output limiter of the integrity_check pragma that came up while making this change. (CVS 4880) file: [1b092b09] check-in: [24e76997] user: drh branch: trunk, size: 4114 | |
2008-01-05
| ||
17:39 | First pass at optimizing max()/min() as described in #2853. Some refinements to come. (CVS 4687) file: [5b89f055] check-in: [c449e04f] user: danielk1977 branch: trunk, size: 4307 Added | |