Closed abernatskiy closed 1 year ago
Tested the BigInt arrays and found no issues. BigDecimals were failing to serialize properly, fixed that.
Does reading work? The issue was with reading, if I remember correctly
ctx.store.get(EntityWithBigIntArray, {})
Didn't notice the issue with store reads. Will work on that next week.
Tested the BigInt arrays and found no issues. BigDecimals were failing to serialize properly, fixed that.