logidze icon indicating copy to clipboard operation
logidze copied to clipboard

Question: does Logidze support change tracking for JSONB columns?

Open chicagobob opened this issue 4 months ago • 1 comments

I assume so, but couldn't find it in the documentation. We have one jsonb column we'd like to track changes on (it represents a simple hash, but different types of rows have different keys). Thanks.

chicagobob avatar Aug 17 '25 18:08 chicagobob

Logidze can handle JSON(B) types but it doesn't create diffs for them (so, they're kinda treated as strings).

palkan avatar Oct 08 '25 13:10 palkan