1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Veryquick now row to completion without segfaulting or asserting. But there

are still lots of errors.

FossilOrigin-Name: 7fafab12e4c0c832c421975f8329c3214403d281
This commit is contained in:
drh
2012-12-07 14:02:14 +00:00
parent ae80ddea9f
commit 4b17cf5855
7 changed files with 23 additions and 23 deletions

View File

@@ -114,6 +114,7 @@ static void resolveAlias(
pDup->flags2 |= EP2_MallocedToken;
pDup->u.zToken = sqlite3DbStrDup(db, zToken);
}
pDup->flags |= EP_Collate & pExpr->flags;
/* Before calling sqlite3ExprDelete(), set the EP_Static flag. This
** prevents ExprDelete() from deleting the Expr structure itself,