diff options
Diffstat (limited to 'src/insert.c')
-rw-r--r-- | src/insert.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/insert.c b/src/insert.c index 54592fd9c..9a02ec695 100644 --- a/src/insert.c +++ b/src/insert.c @@ -2547,7 +2547,6 @@ void sqlite3CompleteInsertion( } pik_flags = (useSeekResult ? OPFLAG_USESEEKRESULT : 0); if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){ - assert( pParse->nested==0 ); pik_flags |= OPFLAG_NCHANGE; pik_flags |= (update_flags & OPFLAG_SAVEPOSITION); if( update_flags==0 ){ |