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 4f930bc commit b78e322Copy full SHA for b78e322
internal/dbmanager/client.go
@@ -72,7 +72,7 @@ func (m *ManagedClient) CreateDatabase(ctx context.Context, req *CreateDatabaseR
72
if err != nil {
73
return nil, err
74
}
75
- uri.Path = name
+ uri.Path = "/" + name
76
77
key := uri.String()
78
_, err, _ = flight.Do(key, func() (interface{}, error) {
0 commit comments