mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-02 03:10:42 -05:00
81f80d5ce6
Before encoding a compoundBlob we create a compoundBlobStruct and encode that instead. After decoding we check if the value is a compoundBlobStruct and if so we convert it to a compoundBlob. Fixes #455, #165