We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0460525 commit a3735fdCopy full SHA for a3735fd
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-* Added into query stats the range iterators for iterate over query phases and table access
+* Added into query stats the immutable range iterators from go1.23 for iterate over query phases and accessed tables
2
3
## v3.96.2
4
* Fixed broken metric `ydb_go_sdk_ydb_database_sql_conns`
internal/stats/query.go
@@ -4,7 +4,7 @@ import (
"time"
5
6
"github.com/ydb-platform/ydb-go-genproto/protos/Ydb_TableStats"
7
-
+
8
"github.com/ydb-platform/ydb-go-sdk/v3/internal/xiter"
9
)
10
0 commit comments