Skip to content

Commit

Permalink
Merge 34ca416 into 27e2b85
Browse files Browse the repository at this point in the history
  • Loading branch information
shnikd authored Sep 19, 2024
2 parents 27e2b85 + 34ca416 commit 4e7506a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/local_pgwire/local_pgwire_auth_actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class TPgYdbAuthActor : public NActors::TActorBootstrapped<TPgYdbAuthActor> {
const auto& entry = navigate->ResultSet.front();

for (const auto& attr : entry.Attributes) {
if (attr.first == "folderId") FolderId = attr.second;
if (attr.first == "folder_id") FolderId = attr.second;
else if (attr.first == "database_id") DatabaseId = attr.second;
}

Expand Down

0 comments on commit 4e7506a

Please sign in to comment.