mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
Fixed bug #7537 : Wrong name in error message when unknown namespace is passed into RDB$SET_CONTEXT()
This commit is contained in:
parent
a17dfe2ca1
commit
f346319ea5
@ -4848,7 +4848,7 @@ dsc* evlSetContext(thread_db* tdbb, const SysFunction*, const NestValueArray& ar
|
||||
{
|
||||
// "Invalid namespace name %s passed to %s"
|
||||
ERR_post(Arg::Gds(isc_ctx_namespace_invalid) <<
|
||||
Arg::Str(nameStr) << Arg::Str(RDB_SET_CONTEXT));
|
||||
Arg::Str(nameSpaceStr) << Arg::Str(RDB_SET_CONTEXT));
|
||||
}
|
||||
|
||||
string valueStr;
|
||||
|
Loading…
Reference in New Issue
Block a user