Skip to content

Commit ed2ca89

Browse files
committed
support struct ptr in the slice
1 parent cb38457 commit ed2ca89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

result_set.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ func scanListCol(vals []*nebula.Value, listVal reflect.Value, sliceType reflect.
387387
listCol = reflect.Append(listCol, ele)
388388
}
389389
default:
390+
fmt.Println("debug", sliceType.Elem().Kind(), "debug", reflect.ValueOf(sliceType.Elem()).Kind())
390391
return errors.New("scan: not support list type")
391392
}
392393

0 commit comments

Comments
 (0)