Skip to content

Commit a3735fd

Browse files
committed
minifix
1 parent 0460525 commit a3735fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Added into query stats the range iterators for iterate over query phases and table access
1+
* Added into query stats the immutable range iterators from go1.23 for iterate over query phases and accessed tables
22

33
## v3.96.2
44
* Fixed broken metric `ydb_go_sdk_ydb_database_sql_conns`

internal/stats/query.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"time"
55

66
"github.com/ydb-platform/ydb-go-genproto/protos/Ydb_TableStats"
7-
7+
88
"github.com/ydb-platform/ydb-go-sdk/v3/internal/xiter"
99
)
1010

0 commit comments

Comments
 (0)