We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb941d commit 16c4b26Copy full SHA for 16c4b26
ydb/core/local_pgwire/local_pgwire_auth_actor.cpp
@@ -104,7 +104,7 @@ class TPgYdbAuthActor : public NActors::TActorBootstrapped<TPgYdbAuthActor> {
104
const auto& entry = navigate->ResultSet.front();
105
106
for (const auto& attr : entry.Attributes) {
107
- if (attr.first == "folderId") FolderId = attr.second;
+ if (attr.first == "folder_id") FolderId = attr.second;
108
else if (attr.first == "database_id") DatabaseId = attr.second;
109
}
110
0 commit comments