Skip to content

Conversation

@vaibhavbhalla2505
Copy link

@vaibhavbhalla2505 vaibhavbhalla2505 commented Aug 11, 2025

This PR and related PR at loopback-connector will enable support for partial json update

Fixes #788

Checklist

  • DCO (Developer Certificate of Origin) signed in all commits
  • npm test passes on your machine
  • New tests added or existing tests modified to cover all changes
  • Code conforms with the style guide
  • Commit messages are following our guidelines

},
}, function(err, customer) {
if (err) return done(err);
const partialUpdate = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about multiple fields update in jsonb ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Partial JSON Update

2 participants