Skip to content

Commit 6c2081a

Browse files
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-83
1 parent a9bfe80 commit 6c2081a

File tree

5 files changed

+929
-64
lines changed

5 files changed

+929
-64
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6464
- Fix deadlock in refresh debouncer stop (CASSGO-41)
6565
- Endless query execution fix (CASSGO-50)
6666
- Accept peers with empty rack (CASSGO-6)
67+
- Fix tinyint unmarshal regression (CASSGO-82)
68+
- Vector columns can't be used with SliceMap() (CASSGO-83)
6769

6870
## [1.7.0] - 2024-09-23
6971

0 commit comments

Comments
 (0)