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:
parent
21e9ed016e
commit
e4c56776c0
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user