Skip to content

Commit

Permalink
Merge pull request #171 from nkonin/fix/ColumnTimez-missing-SET-method
Browse files Browse the repository at this point in the history
add missing SET method to ColumnTimez interface
  • Loading branch information
go-jet authored Aug 19, 2022
2 parents f93636e + 92254c3 commit c264529
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/jet/column_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ type ColumnTimez interface {
Column

From(subQuery SelectTable) ColumnTimez
SET(timeExp TimezExpression) ColumnAssigment
}

type timezColumnImpl struct {
Expand Down

0 comments on commit c264529

Please sign in to comment.