diff options
author | dan <dan@noemail.net> | 2012-08-31 14:23:16 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2012-08-31 14:23:16 +0000 |
commit | 7417cefec6ae414f0552efdf35dce6de158380a3 (patch) | |
tree | 0918d1f2362469c5d567e55b8f1867a5934f384a /src/insert.c | |
parent | 310874ca0083a96e8e4b5dfe767f538174adb3f1 (diff) | |
parent | 19038f1b79fb7d29225a5a444353846bc474a58b (diff) | |
download | sqlite-7417cefec6ae414f0552efdf35dce6de158380a3.tar.gz sqlite-7417cefec6ae414f0552efdf35dce6de158380a3.zip |
Update with latest trunk changes.
FossilOrigin-Name: 87995dc9409482f0a7a367bfc51d78ac0f63b8c3
Diffstat (limited to 'src/insert.c')
-rw-r--r-- | src/insert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insert.c b/src/insert.c index 9357c657e..a2da0259f 100644 --- a/src/insert.c +++ b/src/insert.c @@ -1271,7 +1271,7 @@ void sqlite3GenerateConstraintChecks( case OE_Replace: { /* If there are DELETE triggers on this table and the ** recursive-triggers flag is set, call GenerateRowDelete() to - ** remove the conflicting row from the the table. This will fire + ** remove the conflicting row from the table. This will fire ** the triggers and remove both the table and index b-tree entries. ** ** Otherwise, if there are no triggers or the recursive-triggers |