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

Add additional tree display routines for DELETE and UPDATE. No changes

to deliverable code.

FossilOrigin-Name: fbd288ff3d4ea47cd324b5952e7754a465901844f2d950f0860d4488d5b6eb9f
This commit is contained in:
drh
2022-04-06 10:37:44 +00:00
parent 7d2c1d24b0
commit f8ef2dbd7b
7 changed files with 148 additions and 12 deletions

View File

@@ -300,6 +300,12 @@ void sqlite3DeleteFrom(
assert( db->mallocFailed==0 );
assert( pTabList->nSrc==1 );
#if SELECTTRACE_ENABLED
if( sqlite3SelectTrace & 0x10000 ){
sqlite3TreeViewDelete(0, pParse->pWith, pTabList, pWhere,
pOrderBy, pLimit);
}
#endif
/* Locate the table which we want to delete. This table has to be
** put in an SrcList structure because some of the subroutines we