You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is support for batchInsert, batchUpdate, bulkInsert and bulkInsertOrUpdate which cover insert, update and upsert semantics. In order to get delete semantics as well, it would be nice to have support for MERGE.
The text was updated successfully, but these errors were encountered:
There is support for
batchInsert
,batchUpdate
,bulkInsert
andbulkInsertOrUpdate
which cover insert, update and upsert semantics. In order to get delete semantics as well, it would be nice to have support forMERGE
.The text was updated successfully, but these errors were encountered: