mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
- Add testCSVImportOverwriteAndSkip and testJSONImportOverwriteAndSkip - Test mutual exclusion validation (overwrite+skip returns 400) - Test skip: duplicates silently skipped, originals unchanged - Test overwrite: existing rows updated with new data - Point database and migration deps to csv-import-upsert branches
23 lines
405 B
JSON
23 lines
405 B
JSON
[
|
|
{
|
|
"$id": "hxfcwpcas5xokpwe",
|
|
"name": "Updated Diamond",
|
|
"age": 30
|
|
},
|
|
{
|
|
"$id": "gw8nxwf6esn3tfwf",
|
|
"name": "Updated Michael",
|
|
"age": 25
|
|
},
|
|
{
|
|
"$id": "newdoc001abcdefg",
|
|
"name": "New Person One",
|
|
"age": 40
|
|
},
|
|
{
|
|
"$id": "newdoc002abcdefg",
|
|
"name": "New Person Two",
|
|
"age": 35
|
|
}
|
|
]
|