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 bd9b1e0 commit d4f0156Copy full SHA for d4f0156
MIGRATION_v2_v3.md
@@ -49,7 +49,7 @@
49
)
50
...
51
db, err := ydb.Open(ctx,
52
- sugar.DSN(cfg.Endpoint, cfg.Database, cfg.Secure)
+ sugar.DSN(cfg.Endpoint, cfg.Database, sugar.WithSecure(cfg.Secure))
53
54
if err != nil {
55
// error fallback
@@ -374,4 +374,4 @@ In this case query must be changed for supporting pagination. Truncated flag in
374
375
```
376
377
-See additional docs in [code recipes](https://ydb.tech/docs/reference/ydb-sdk/recipes/).
+See additional docs in [code recipes](https://ydb.tech/docs/reference/ydb-sdk/recipes/).
0 commit comments