aboutsummaryrefslogtreecommitdiff
path: root/src/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr.c')
-rw-r--r--src/expr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr.c b/src/expr.c
index 2dcba6e52..86b5f5f1e 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -1240,6 +1240,7 @@ void sqlite3ExprAddFunctionOrderBy(
pOB->x.pList = pOrderBy;
assert( ExprUseXList(pOB) );
pExpr->pLeft = pOB;
+ ExprSetProperty(pOB, EP_FullSize);
}
/*