File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -301,16 +301,16 @@ func (p *Parameter) YSON(v []byte) Builder {
301301////func (p *Parameter) UUID(v [16]byte) Builder {
302302//// return p.UUIDWithIssue1501Value(v)
303303////}
304- //
305- //// UUIDWithIssue1501Value is field serializer for save data with format bug.
306- //// For any new code use Uuid
307- //// https://github.com/ydb-platform/ydb-go-sdk/issues/1501
308- // func (p *Parameter) UUIDWithIssue1501Value(v [16]byte) Builder {
309- // p.value = value.UUIDWithIssue1501Value(v)
310- // p.parent.params = append(p.parent.params, p)
311- //
312- // return p.parent
313- // }
304+
305+ // UUIDWithIssue1501Value is field serializer for save data with format bug.
306+ // For any new code use Uuid
307+ // https://github.com/ydb-platform/ydb-go-sdk/issues/1501
308+ func (p * Parameter ) UUIDWithIssue1501Value (v [16 ]byte ) Builder {
309+ p .value = value .UUIDWithIssue1501Value (v )
310+ p .parent .params = append (p .parent .params , p )
311+
312+ return p .parent
313+ }
314314
315315func (p * Parameter ) Uuid (val uuid.UUID ) Builder { //nolint:revive,stylecheck
316316 p .value = value .Uuid (val )
You can’t perform that action at this time.
0 commit comments