mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
bd6b90e8ca
- 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
155 B
155 B
| 1 | $id | name | age |
|---|---|---|---|
| 2 | hxfcwpcas5xokpwe | Updated Diamond | 30 |
| 3 | gw8nxwf6esn3tfwf | Updated Michael | 25 |
| 4 | newdoc001abcdefg | New Person One | 40 |
| 5 | newdoc002abcdefg | New Person Two | 35 |