Skip to content

Commit ca26333

Browse files
authored
Merge pull request #1573 from ydb-platform/params-test
added params benchmarks
2 parents 913138d + a5d61d2 commit ca26333

File tree

7 files changed

+1206
-566
lines changed

7 files changed

+1206
-566
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
* Refactored golang types mapping into ydb types using `ydb.ParamsFromMap` and `database/sql` query arguments
2+
* Small breaking change: type mapping for `ydb.ParamsFromMap` and `database/sql` type `uuid.UUID` changed from ydb type `Text` to ydb type `UUID`
3+
14
## v3.93.3
2-
* Supported raw protobuf typed value using `ydb.ParamsBuilder()`
5+
* Supported raw protobuf `*Ydb.TypedValue` using `ydb.ParamsBuilder()`
36

47
## v3.93.2
58
* Removed experimental helper `ydb.MustParamsFromMap`

0 commit comments

Comments
 (0)