Skip to content

Commit

Permalink
Merge branch 'main' into implicit-types
Browse files Browse the repository at this point in the history
  • Loading branch information
marcboeker committed Apr 5, 2024
2 parents 44295a7 + d928f8c commit 8b88b6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appender_vector.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ func (vec *vector) initTS(duckdbType C.duckdb_type) {
vec.setNull(rowIdx)
return
}

v := val.(time.Time)
var ticks int64
switch duckdbType {
Expand Down Expand Up @@ -412,5 +413,6 @@ func (vec *vector) initStruct(logicalType C.duckdb_logical_type) error {
return err
}
}

return nil
}

0 comments on commit 8b88b6a

Please sign in to comment.