mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 14:43: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);
|
||||
}
|
||||
|
||||
return SKIP;
|
||||
return ret;
|
||||
},
|
||||
|
||||
[](const FrontendParser::CopyNode& node)
|
||||
|
Loading…
Reference in New Issue
Block a user