We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8c922 commit b145bc7Copy full SHA for b145bc7
internal/value/cast_test.go
@@ -27,6 +27,7 @@ func unwrapPtr(v interface{}) interface{} {
27
func loadLocation(T *testing.T, name string) *time.Location {
28
loc, err := time.LoadLocation(name)
29
require.NoError(T, err)
30
+
31
return loc
32
}
33
internal/value/value.go
@@ -1742,6 +1742,7 @@ func (v tzTimestampValue) castTo(dst interface{}) error {
1742
return err
1743
1744
*vv = t
1745
1746
return nil
1747
case *string:
1748
*vv = string(v)
0 commit comments