-
Notifications
You must be signed in to change notification settings - Fork 549
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(table): Table.delete() to prefer argument doc_ids over cond (#…
…424) `Table.get(cond, doc_id)`, `.contains()`, `.update()`. These methods support both query condition and doc_id(s) as the filter, and `doc_ids` is preferred over `cond`. Refactor `Table.delete()` to make it behave consistent with above methods.
- Loading branch information
1 parent
71283fd
commit 3362a4b
Showing
1 changed file
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters