Searched refs:UPSERT (Results 1 – 10 of 10) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | upsert1.test | 12 # Test cases for UPSERT 117 # UPSERT leads to a corrupt index. 133 # If there are multiple uniqueness contraints, the UPSERT should fire 135 # the other constraints pass or fail. In other words, the UPSERT constraint 234 } {1 {cannot UPSERT a view}}
|
| H A D | upsertfault.test | 12 # Test cases for UPSERT
|
| H A D | upsert3.test | 12 # Test cases for UPSERT
|
| H A D | upsert2.test | 12 # Test cases for UPSERT
|
| H A D | update.test | 635 # Unreleased bug in UPDATE caused by the UPSERT changes. 636 # Found by OSSFuzz as soon as the UPSERT changes landed on trunk.
|
| H A D | upsert4.test | 12 # Test cases for UPSERT
|
| H A D | misc7.test | 232 } {1 {UPSERT not implemented for virtual table "t1"}}
|
| H A D | upsert5.test | 12 # Test cases for generalized UPSERT
|
| H A D | gencol1.test | 580 -- Do an UPSERT on the b column
|
| /sqlite-3.40.0/tool/ |
| H A D | mkkeywordhash.c | 148 # define UPSERT 0 macro 150 # define UPSERT 0x00080000 macro 213 { "DO", "TK_DO", UPSERT, 2 }, 262 { "NOTHING", "TK_NOTHING", UPSERT, 1 },
|