Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ed2ca89

Browse files
committedJun 29, 2024·
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

+1
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)
Please sign in to comment.