Skip to content

Commit 1ee6a64

Browse files
committed
CHANGELOG.md
1 parent ae156fd commit 1ee6a64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Added `types.CastTo(types.Value, destination)` public method for cast `types.Value` to golang native type value destination
44
* Added `types.TupleItem(types.Value)`, `types.StructFields(types.Value)` and `types.DictValues(types.Value)` funcs (extractors of internal fields of tuple, struct and dict values)
55
* Added `types.Value.Yql()` func for getting values string representation as `YQL` literal
6+
* Added `types.Type.Yql()` func for getting `YQL` representation of type
67
* Marked `table/types.WriteTypeStringTo` as deprecated
78
* Added `table/options.WithDataColumns` for supporting covering indexes
89
* Supported `balancer` query string parameter in `DSN`

0 commit comments

Comments
 (0)