8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 12:43:02 +01:00

Fix problem with CONNECT ROLE subclause - thanks Pavel Zotov.

This commit is contained in:
Adriano dos Santos Fernandes 2024-12-31 14:17:40 -03:00
parent c3c8dd99e9
commit e7d5a003ea

View File

@ -4969,7 +4969,7 @@ static processing_state frontend(const std::string& statement)
}
else if (clause == "ROLE")
{
sql_role_nm = node.args[i + 1].processedText.c_str();
sql_role_nm = node.args[i + 1].rawText.c_str();
i += 2;
}
else if (!clause.empty())