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

Fix problem with failed CONNECT and SET BAIL - thanks Pavel Zotov.

This commit is contained in:
Adriano dos Santos Fernandes 2025-01-14 21:12:56 -03:00
parent 21e9ed016e
commit e4c56776c0

View File

@ -4993,7 +4993,7 @@ static processing_state frontend(const std::string& statement)
true);
}
return SKIP;
return ret;
},
[](const FrontendParser::CopyNode& node)