implements jsonb-changes-delta
This commit is contained in:
parent
2022492f21
commit
d0b201aff9
@ -41,7 +41,6 @@ begin
|
||||
else
|
||||
raise notice 'not an object: %, leaving %', oldJsonElement.key, newJson -> (oldJsonElement.key);
|
||||
end if;
|
||||
continue;
|
||||
else
|
||||
raise notice 'nulling old: %', oldJsonElement.key;
|
||||
diffJson = diffJson || jsonb_build_object(oldJsonElement.key, null);
|
||||
|
Loading…
Reference in New Issue
Block a user