Skip to content
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

Support nested keys in update sproc $set #30

Open
graham-sportsmgmt opened this issue Jul 7, 2018 · 0 comments
Open

Support nested keys in update sproc $set #30

graham-sportsmgmt opened this issue Jul 7, 2018 · 0 comments

Comments

@graham-sportsmgmt
Copy link

graham-sportsmgmt commented Jul 7, 2018

It would be great to add support for deep properties in the update $set sproc. This would enable us to send in more complex updates such as {$set: {"inventory.location.primary.city": "Miami", "product.sku.upc": "0124236542321"}}

With the current version we can only modify root nodes of the document.

This would also be needed for mongodb parity (see docs)

@graham-sportsmgmt graham-sportsmgmt changed the title Support nested keys in update sproc Support nested keys in update sproc $set Jul 7, 2018
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

No branches or pull requests

1 participant