mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-27 10:35:36 -06:00
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