Skip to content

Commit

Permalink
Merge pull request #1573 from ydb-platform/params-test
Browse files Browse the repository at this point in the history
added params benchmarks
  • Loading branch information
asmyasnikov authored Dec 5, 2024
2 parents 913138d + a5d61d2 commit ca26333
Show file tree
Hide file tree
Showing 7 changed files with 1,206 additions and 566 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
* Refactored golang types mapping into ydb types using `ydb.ParamsFromMap` and `database/sql` query arguments
* Small breaking change: type mapping for `ydb.ParamsFromMap` and `database/sql` type `uuid.UUID` changed from ydb type `Text` to ydb type `UUID`

## v3.93.3
* Supported raw protobuf typed value using `ydb.ParamsBuilder()`
* Supported raw protobuf `*Ydb.TypedValue` using `ydb.ParamsBuilder()`

## v3.93.2
* Removed experimental helper `ydb.MustParamsFromMap`
Expand Down
Loading

0 comments on commit ca26333

Please sign in to comment.