mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-31 03:18:43 -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