aboutsummaryrefslogtreecommitdiff
path: root/src/update.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/update.c')
-rw-r--r--src/update.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/update.c b/src/update.c
index a43d0eac5..49f361861 100644
--- a/src/update.c
+++ b/src/update.c
@@ -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);