commit | 94fa9c414a4998f60d99d6a65e1d104fe62d2436 | [log] [tgz] |
---|---|---|
author | drh <drh@noemail.net> | Sat Feb 27 21:16:04 2016 +0000 |
committer | drh <drh@noemail.net> | Sat Feb 27 21:16:04 2016 +0000 |
tree | af81d1e8e385748aee483b1322179103a5bfe646 | |
parent | fc1a84c57b52c582cb87e00a1366f6a4ee232b02 [diff] [blame] |
Eliminate the need for the Column.zDflt (using Column.pDflt instead) to reduce the amount of memory needed to hold the schema. FossilOrigin-Name: d8c94a46dfa94930732c2de2aa79675c5087d36e
diff --git a/src/expr.c b/src/expr.c index 3070de9..8a69732 100644 --- a/src/expr.c +++ b/src/expr.c
@@ -3070,6 +3070,7 @@ sqlite3ReleaseTempReg(pParse, r4); break; } + case TK_SPAN: case TK_COLLATE: case TK_UPLUS: { inReg = sqlite3ExprCodeTarget(pParse, pExpr->pLeft, target);