-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add $setOnInsert
operator to Parse.Server.database.update
#8790
feat: Add $setOnInsert
operator to Parse.Server.database.update
#8790
Conversation
I will reformat the title to use the proper commit message syntax. |
$setOnInsert
operator to Parse.Server.database.update
$setOnInsert
operator to Parse.Server.database.update
Thanks for opening this pull request! |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## release-5.x.x #8790 +/- ##
=================================================
- Coverage 94.11% 94.09% -0.03%
=================================================
Files 184 184
Lines 13809 13814 +5
=================================================
+ Hits 12997 12998 +1
- Misses 812 816 +4
☔ View full report in Codecov by Sentry. |
c4a4a2a
into
parse-community:release-5.x.x
# [5.6.0](5.5.6...5.6.0) (2023-10-25) ### Features * Add `$setOnInsert` operator to `Parse.Server.database.update` ([#8790](#8790)) ([c4a4a2a](c4a4a2a))
🎉 This change has been released in version 5.6.0 |
Hi, |
This is a Cloud Code only feature. |
So the API has to be so low level ? I could be wrong, but the js sdk is also for Cloud Code. |
|
Very interesting. |
Pull Request
Issue
Closes: #8792
Approach
Add support for
$setOnInsert
.Tasks