Support query to slice of the go base types.

This commit is contained in:
zer0sub 2019-05-21 13:11:45 +02:00
parent e656fb610c
commit 00080962ff
2 changed files with 81 additions and 6 deletions

View file

@ -142,6 +142,7 @@ func mapRowToSlice(scanContext *scanContext, groupKey string, slicePtrValue refl
rowElemPtr := scanContext.rowElemPtr(index)
if !rowElemPtr.IsNil() {
updated = true
appendElemToSlice(slicePtrValue, rowElemPtr)
}