diff options
Diffstat (limited to 'src/libs/sqlite2/insert.c')
-rw-r--r-- | src/libs/sqlite2/insert.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/sqlite2/insert.c b/src/libs/sqlite2/insert.c index 2f73db4a..37f9a8b3 100644 --- a/src/libs/sqlite2/insert.c +++ b/src/libs/sqlite2/insert.c @@ -188,8 +188,8 @@ void sqliteInsert( assert( pSelect->pEList ); nColumn = pSelect->pEList->nExpr; - /* Set useTempTable to TRUE if the result of the SELECT statement - ** should be written into a temporary table. Set to FALSE if each + /* Set useTempTable to true if the result of the SELECT statement + ** should be written into a temporary table. Set to false if each ** row of the SELECT can be written directly into the result table. ** ** A temp table must be used if the table being updated is also one |