Skip to content
This repository was archived by the owner on Jan 12, 2023. It is now read-only.
This repository was archived by the owner on Jan 12, 2023. It is now read-only.

BUG: detecting deletion of nested JSON fields from input #148

@JaneJeon

Description

@JaneJeon

Currently, when we "diff" the input JSON (A) with the input item JSON (B), we only include fields and nested fields from B that are NOT in A.

This detects all nested field changes in B that might not be present in A, except for when you delete a field in A that is straight up not in B.

And considering that the objectDiff was meant to be used in UPDATE queries, I'm not sure what to do in case of A's field being removed by B...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions