Open zam6ak opened 7 years ago
Now that I had more time to think about this, this is probably not an issue... The mechanics of how hstore (and json(b) perhaps?) column is updated affects the "whole" colum. The fact that some key in hstore was added/changed/deleted would still result in entire column being updated. If this is correct, then this issue can be closed... Can anyone confirm this?
If a table you wish to audit has an hstore column the changes recorded in
changed_fields
is not tracking properly.consider a table with hstore column
hprops
with these initial valuesConsider following 3 scenarios