8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 17:23: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); true);
} }
return SKIP; return ret;
}, },
[](const FrontendParser::CopyNode& node) [](const FrontendParser::CopyNode& node)