add missing SET method to ColumnTimez interface

it has been already implemented, just missing from interface
This commit is contained in:
Nikita Konin 2022-08-18 13:21:34 +03:00
parent 38b6caf41e
commit 92254c35df

View file

@ -208,6 +208,7 @@ type ColumnTimez interface {
Column
From(subQuery SelectTable) ColumnTimez
SET(timeExp TimezExpression) ColumnAssigment
}
type timezColumnImpl struct {