index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
minmax.test
Commit message (
Expand
)
Author
Age
*
Remove unnecessary "www." prefixes on domain names in URLs.
drh
2025-04-10
*
Defer deleting subqueries in the compound-SELECT code generator until the
drh
2021-08-21
*
Also prohibit the use of rowid from a subquery. Add the
drh
2021-04-07
*
Make sure affinity is applied correctly on lower-bound range constraints
drh
2016-07-26
*
Attempt to further generalize the min/max optimization so that, if an appropr...
dan
2012-12-13
*
Add an optimization that attempts to run a subquery as a coroutine rather
drh
2012-10-30
*
Improved testing of the min/max optimization. (CVS 5373)
drh
2008-07-08
*
First pass at optimizing max()/min() as described in #2853. Some refinements ...
danielk1977
2008-01-05
*
SQLite now always chooses the column names for compound selects using
drh
2006-03-26
*
A SUM() of all NULLs returns NULL. A SUM() of nothing return 0.
drh
2005-09-08
*
The SUM() aggregate function returns an integer result if all inputs are
drh
2005-09-08
*
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (but no other OMIT macr...
danielk1977
2005-01-21
*
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT ...
danielk1977
2005-01-21
*
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
danielk1977
2004-11-22
*
Tcl interface transfers values directly between SQLite and Tcl_Objs, without
drh
2004-08-20
*
An improved fix for the min() problem of ticket #800. (CVS 1804)
drh
2004-07-18
*
min() ignores NULL values. Ticket #800. (CVS 1802)
drh
2004-07-18
*
Apply (1679) to version 3. Ticket #777. (CVS 1680)
danielk1977
2004-06-24
*
Fix the min/max optimizer so that it works when the FROM clause is a
drh
2004-03-13
*
Min() and max() functions honor the distinction between TEXT and NUMERIC
drh
2004-02-25
*
Make sure min() and max() optimizations work for subqueries. Ticket #587. (CV...
drh
2004-01-30
*
Make sure the min() and max() optimizer works correctly when there
drh
2003-07-19
*
Make sure the min() and max() optimizations work on empty indexed tables.
drh
2003-04-17
*
Refinements to NULL processing: NULLs are indistinct for DISTINCT and UNION.
drh
2002-05-31
*
Built-in aggregate functions (MIN, SUM, AVG, etc) should ignore NULL entires....
drh
2002-05-29
*
Bug fixes and additional test cases for the distinct-NULL patch. (CVS 592)
drh
2002-05-27
*
New ROWIDs are numbered sequentially. (CVS 383)
drh
2002-02-19