Commit 6c2081a
committed
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 a9bfe80 commit 6c2081a
File tree
5 files changed
+929
-64
lines changed5 files changed
+929
-64
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
0 commit comments