- Notifications
You must be signed in to change notification settings - Fork5
Commit24e1a04
committed
Split out MERGE and REPLACE/UPSERT items.
< * Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules,< triggers?)> * Add SQL-standard MERGE command, typically used to merge two tables>> This is similar to UPDATE, then for unmatched rows, INSERT.> Whether concurrent access allows modifications which could cause> row loss is implementation independent.>> * Add REPLACE or UPSERT command that does UPDATE, or on failure, INSERT1 parent8c8c010 commit24e1a04
2 files changed
+15
-6
lines changedLines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
369 | 369 |
| |
370 | 370 |
| |
371 | 371 |
| |
372 |
| - | |
373 |
| - | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
374 | 379 |
| |
375 | 380 |
| |
376 | 381 |
| |
|
Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
339 | 339 |
| |
340 | 340 |
| |
341 | 341 |
| |
342 |
| - | |
343 |
| - | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
344 | 348 |
| |
345 | 349 |
| |
346 | 350 |
| |
|
0 commit comments
Comments
(0)