You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: migrate ExecuteDataQuery to Query Client API
- Fixed include in transaction.hpp to use query/query.h instead of query/client.h
- Added ConvertStatsMode helper function to table.cpp
- Refactored ExecuteDataQuery to use Query Client (RetryQuery, ExecuteQuery)
instead of Table Client (RetryOperation, ExecuteDataQuery)
- Convert QuerySettings to Query Client settings similar to Transaction::Execute
- Use PrepareQueryTxSettings and NYdb::NQuery types throughout
Co-authored-by: asmyasnikov <[email protected]>
0 commit comments