Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/minmax3.test
2011-01-28
| ||
01:57 | [cc1e8b0101] part of check-in [4847c6cb71] 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. (check-in: [4847c6cb71] user: drh branch: stat2-enhancement, size: 7724) | |
2010-06-22
| ||
13:46 | [66a60eb0f2] part of check-in [85dd51a75c] Some changes to test scripts related to codec enabled versions of sqlite. (check-in: [85dd51a75c] user: dan branch: trunk, size: 7692) | |
2010-01-07
| ||
15:17 | [a38686c33b] part of check-in [44bb1bfe5d] Fix the expression comparison logic to take the COLLATE operator into account. Ticket [360c6073e197] (check-in: [44bb1bfe5d] user: drh branch: trunk, size: 7527) | |
2008-07-12
| ||
14:52 | [94742aa922] part of check-in [dcb160249f] Remove leftover debugging commands (breakpoint and btree_breakpoint) from test scripts. (CVS 5400) (check-in: [dcb160249f] user: drh branch: trunk, size: 6247) | |
2008-03-28
| ||
19:16 | [05110398e0] part of check-in [39705b617a] Fix a problem with min() and descending indexes. (CVS 4933) (check-in: [39705b617a] user: danielk1977 branch: trunk, size: 6256) | |
18:11 | [05f35e79a2] part of check-in [bce2897535] 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) (check-in: [bce2897535] user: danielk1977 branch: trunk, size: 5177) | |
2008-03-19
| ||
00:21 | [1b092b0996] part of check-in [24e769972e] 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) (check-in: [24e769972e] user: drh branch: trunk, size: 4114) | |
2008-01-05
| ||
17:39 | Added: [5b89f055df] part of check-in [c449e04f18] First pass at optimizing max()/min() as described in #2853. Some refinements to come. (CVS 4687) (check-in: [c449e04f18] user: danielk1977 branch: trunk, size: 4307) | |