You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
also currently there's no way to set row value to null, SetRowValue[*int64](row, colIdx, nil) will raise a cast error: cannot cast *int64 to int64, and returning error to FillRow callback will segfault.
go-duckdb/row.go
Lines 32 to 37 in 51311da
Also I see that this function is not being used anywhere, maybe remove it so people not use it mistakenly instead of
SetRowValue[T]
.The text was updated successfully, but these errors were encountered: