Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Rework update and delete node to remove secondary planner (#…
…571) * Update test with valid fields Update included properties from a different schema to the test target. There is a bug in both test framework and collection.update that allows this to happen, but that should be dealt with later. * Remove duplicate test case * Correctly handle empty collection of ids in selects * Rework delete node to remove secondary planner Previous code would spawn a new planner and construct a new select node chain in collection.delete. This feels much nicer to me, and removes the circular dependency that impedes further cleanup within collection.delete * Rework update node to remove secondary planner Previous code would spawn a new planner and construct a new select node in collection.update. This feels much nicer to me, and removes the circular dependency that impedes further cleanup within collection.update
- Loading branch information