You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
* Added `types.CastTo(types.Value, destination)` public method for cast `types.Value` to golang native type value destination
4
4
* 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)
5
5
* 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
6
7
* Marked `table/types.WriteTypeStringTo` as deprecated
7
8
* Added `table/options.WithDataColumns` for supporting covering indexes
8
9
* Supported `balancer` query string parameter in `DSN`
0 commit comments