mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Add additional tree display routines for DELETE and UPDATE. No changes
to deliverable code. FossilOrigin-Name: fbd288ff3d4ea47cd324b5952e7754a465901844f2d950f0860d4488d5b6eb9f
This commit is contained in:
@@ -353,6 +353,13 @@ void sqlite3Update(
|
||||
}
|
||||
assert( db->mallocFailed==0 );
|
||||
|
||||
#if SELECTTRACE_ENABLED
|
||||
if( sqlite3SelectTrace & 0x10000 ){
|
||||
sqlite3TreeViewUpdate(0, pParse->pWith, pTabList, pChanges, pWhere,
|
||||
onError, pOrderBy, pLimit, pUpsert);
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Locate the table which we want to update.
|
||||
*/
|
||||
pTab = sqlite3SrcListLookup(pParse, pTabList);
|
||||
|
Reference in New Issue
Block a user