From 92254c35df5159f92cbb235535e61d7a77060854 Mon Sep 17 00:00:00 2001 From: Nikita Konin Date: Thu, 18 Aug 2022 13:21:34 +0300 Subject: [PATCH] add missing SET method to ColumnTimez interface it has been already implemented, just missing from interface --- internal/jet/column_types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/jet/column_types.go b/internal/jet/column_types.go index a606a4e7..4748b2c4 100644 --- a/internal/jet/column_types.go +++ b/internal/jet/column_types.go @@ -208,6 +208,7 @@ type ColumnTimez interface { Column From(subQuery SelectTable) ColumnTimez + SET(timeExp TimezExpression) ColumnAssigment } type timezColumnImpl struct {