diff options
Diffstat (limited to 'src/insert.c')
-rw-r--r-- | src/insert.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/insert.c b/src/insert.c index 06f7d5a4b..114942e8c 100644 --- a/src/insert.c +++ b/src/insert.c @@ -12,7 +12,7 @@ ** This file contains C code routines that are called by the parser ** to handle INSERT statements in SQLite. ** -** $Id: insert.c,v 1.118 2004/09/19 02:15:26 drh Exp $ +** $Id: insert.c,v 1.119 2004/10/05 02:41:42 drh Exp $ */ #include "sqliteInt.h" @@ -616,8 +616,6 @@ void sqlite3Insert( } } - sqlite3EndWriteOperation(pParse); - /* ** Return the number of rows inserted. */ |