Manuel

Results 1918 comments of Manuel

I think `updateMany` has to be an additional method, it is unlikely that it can increase performance of an existing method. That’s because `updateMany` only applies to a specific use...

@SebC99 Sounds good, do you have a suggestion for the syntax? Since we already have a `saveAll`.

I think this would be a useful feature addition. It doesn't look that complicated to add, as it's just passing everything through to the MongoDB adapter. Anyone wants to give...

> what is is correct status code for partial object creation ? what happens if all fails ? We don't need to decide this, I think; it could return an...

@coderabbitai, so when using *many ops via `Parse.Server.database`, are there any DB ops that need to be executed Parse Server side for each op? I assume not, because the *many...

In conclusion I think a *many op *only* makes sense to be implemented on the `Parse.Server.database` level, because to add trigger executions, we effectively would have to deconstruct the *many...

What is the auth data value? Please replace sensitive data with dummy data. Could it be related to the secure vs. insecure auth data? Please add a test that shows...

Please provide a Parse Query that replicates the issue.

This is the server repository, so if the issue is with Parse Server, it should be reproducible with a REST query or `Parse.Query`. If it cannot be reproduced then we...

Good idea. Regarding master key, the [docs](https://website.parseplatform.org/Parse-SDK-JS/api/7.0.2/Parse.Schema.html) say: > All the schemas methods require MasterKey. Therefore I'd say the master key should also always be allowed to use introspection. We...