Merge pull request #171 from nkonin/fix/ColumnTimez-missing-SET-method
add missing SET method to ColumnTimez interface
This commit is contained in:
commit
c264529e95
1 changed files with 1 additions and 0 deletions
|
|
@ -208,6 +208,7 @@ type ColumnTimez interface {
|
|||
Column
|
||||
|
||||
From(subQuery SelectTable) ColumnTimez
|
||||
SET(timeExp TimezExpression) ColumnAssigment
|
||||
}
|
||||
|
||||
type timezColumnImpl struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue