Commit e9c19c8
Fix tinyint silent unmarshal error and vector SliceMap bug
Tinyint unmarshal silently errors and unmarshals tinyint values as 0 in some situations.
This patch also removes other cases of silent errors in decode functions.
Fix issue where reading vectors with SliceMap is not possible.
Patch by João Reis; reviewed by James Hartig for CASSGO-82, CASSGO-831 parent 7737300 commit e9c19c8
3 files changed
Lines changed: 725 additions & 10 deletions
0 commit comments