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 57bafcc commit e40553cCopy full SHA for e40553c
examples/migrations/goose/main.go
@@ -31,7 +31,7 @@ func main() {
31
defer nativeDriver.Close(ctx)
32
33
connector, err := ydb.Connector(nativeDriver,
34
- ydb.WithQueryService(false),
+ ydb.WithQueryService(true),
35
ydb.WithFakeTx(ydb.QueryExecuteQueryMode),
36
ydb.WithAutoDeclare(),
37
ydb.WithNumericArgs(),
0 commit comments