We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IStorage should set the id if the result is Xtricate.DocSet.StorageAction.Inserted.
var result = _storage.Upsert(entity.Id, entity);
I would expect that the entity.Id != 0 after this call if that item was inserted. Or maybe I am missing that ID management is left to the consumer?
The text was updated successfully, but these errors were encountered:
id management is left to consumer. actually it is the key you have to provide, as it's a key/value store.
Sorry, something went wrong.
No branches or pull requests
IStorage should set the id if the result is Xtricate.DocSet.StorageAction.Inserted.
I would expect that the entity.Id != 0 after this call if that item was inserted. Or maybe I am missing that ID management is left to the consumer?
The text was updated successfully, but these errors were encountered: