mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 17:23:03 +01:00
Fix problem with CONNECT ROLE subclause - thanks Pavel Zotov.
This commit is contained in:
parent
c3c8dd99e9
commit
e7d5a003ea
@ -4969,7 +4969,7 @@ static processing_state frontend(const std::string& statement)
|
|||||||
}
|
}
|
||||||
else if (clause == "ROLE")
|
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;
|
i += 2;
|
||||||
}
|
}
|
||||||
else if (!clause.empty())
|
else if (!clause.empty())
|
||||||
|
Loading…
Reference in New Issue
Block a user