1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-22 20:22:44 +03:00

Use sqlite3ExprAlloc() instead of sqlite3PExpr() for leaf nodes in the

expression tree, where appropriate.  This is both smaller and faster.

FossilOrigin-Name: afac0709cec577a7851e3711730712cf12eeb6af
This commit is contained in:
drh
2016-09-23 20:59:31 +00:00
parent 8dd099bbaa
commit e1c03b6233
7 changed files with 18 additions and 20 deletions

View File

@@ -136,5 +136,3 @@ int sqlite3_delete_database(
sqlite3_free(zBuf);
return (rc ? SQLITE_ERROR : SQLITE_OK);
}