Support query to slice of the go base types.
This commit is contained in:
parent
e656fb610c
commit
00080962ff
2 changed files with 81 additions and 6 deletions
|
|
@ -142,6 +142,7 @@ func mapRowToSlice(scanContext *scanContext, groupKey string, slicePtrValue refl
|
|||
rowElemPtr := scanContext.rowElemPtr(index)
|
||||
|
||||
if !rowElemPtr.IsNil() {
|
||||
updated = true
|
||||
appendElemToSlice(slicePtrValue, rowElemPtr)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue