mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-10 01:02:56 +03:00
Pass subtype information through the aggregate ORDER BY sorter for
aggregate functions that use subtype information. FossilOrigin-Name: 3536f4030eab6d650b7ed729d2f71eb6cc3b5fbe16b4e96b99008d66522aaccb
This commit is contained in:
@@ -6821,6 +6821,8 @@ static int analyzeAggregate(Walker *pWalker, Expr *pExpr){
|
||||
}else{
|
||||
pItem->bOBPayload = 1;
|
||||
}
|
||||
pItem->bUseSubtype =
|
||||
(pItem->pFunc->funcFlags & SQLITE_SUBTYPE)!=0;
|
||||
}else{
|
||||
pItem->iOBTab = -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user