Skip to content

Commit 659fb7d

Browse files
committed
link to issue
1 parent 3b44afe commit 659fb7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/value/value.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,6 +1266,7 @@ func (v pgValue) toYDB(_ *allocator.Allocator) *Ydb.Value {
12661266
func (v pgValue) Yql() string {
12671267
//nolint:godox
12681268
// TODO: call special function for unknown oids
1269+
// https://github.com/ydb-platform/ydb/issues/2706
12691270
return fmt.Sprintf("PgUnknown(%q)", v.val)
12701271
}
12711272

0 commit comments

Comments
 (0)