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
* feat: new capabilities file
* feat: new capabilities property in the schema list
* fix: fixed the types in mongo_schema_provider
* feat: upsert insert implementation
* feat: aggregate implementation
* feat: enable query nested fields
* feat: new supported ops and test
* test: enable mongo tests on github cli
* fix: updated mssql supported ops
* refactor: some changes according to the review
* test: new supported operations
* test: spanner supported ops update
@@ -98,6 +98,23 @@ describe(`Velo External DB Data REST API: ${currentDbImplementationName()}`, ()
98
98
)
99
99
})
100
100
101
+
testIfSupportedOperationsIncludes(supportedOperations,[NonAtomicBulkInsert])('insert api should throw 409 error if item already exists and continue inserting the rest',async()=>{
//@ts-ignore - Type 'string' is not assignable to type 'ObjectId', objectId Can be a 24 character hex string, 12 byte binary Buffer, or a number. and we cant assume that on the _id input
0 commit comments