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
Currently, there is no function to do a simple update insert of a document.
Expected behavior
Provide a method to insert or update a document to the collection. The function should check by using unique indices if the document should be inserted or update an existing one.
I'm submitting a...
Current behavior
Currently, there is no function to do a simple update insert of a document.
Expected behavior
Provide a method to insert or update a document to the collection. The function should check by using unique indices if the document should be inserted or update an existing one.
See techfort/LokiJS/issues/158
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Long requested feature. Many databases support this.
The text was updated successfully, but these errors were encountered: