master
refactoring for pg2ydb project (#1846)
* Added experimental method for execute query and read only one row from result: * `query/Client.ReadRow` * `query/Session.ReadRow` * `query/Transaction.ReadRow` * Added experimental method for execute query and read only one result set from result: * `query/Client.ReadResultSet` * `query/Session.ReadResultSet` * `query/Transaction.ReadResultSet` * Added experimental `sugar.UnmarshallRow[T]` and `sugar.UnmarshallResultSet[T]` helpers for converts YDB rows to typed objects
Modernize Go codebase: adopt modern idioms and upgrade CI tooling (#2082)
fix(table_service): support both underlying types for YSON bytes and text (#2077)
ScanStruct implementation
* Added public package `github.com/ydb-platform/ydb-go-sdk/v3/types` and marked as deprecated all public API in `github.com/ydb-platform/ydb-go-sdk/v3/table/types` as deprecated (#2217)