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:
@@ -136,5 +136,3 @@ int sqlite3_delete_database(
|
||||
sqlite3_free(zBuf);
|
||||
return (rc ? SQLITE_ERROR : SQLITE_OK);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user