v4.5.2
- Fix: Make
Table.delete()
's argument priorities consistent with other table methods. This means that if you pass bothcond
as well asdoc_ids
toTable.delete()
, the latter will be prefered (see #424)
Full Changelog: v4.5.1...v4.5.2
Table.delete()
's argument priorities consistent with other table methods. This means that if you pass both cond
as well as doc_ids
to Table.delete()
, the latter will be prefered (see #424)Full Changelog: v4.5.1...v4.5.2