From e4c56776c00f36d1282ee5fe2ce3f235167e49d2 Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes Date: Tue, 14 Jan 2025 21:12:56 -0300 Subject: [PATCH] Fix problem with failed CONNECT and SET BAIL - thanks Pavel Zotov. --- src/isql/isql.epp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isql/isql.epp b/src/isql/isql.epp index 80c4d9c34d..486aa6fa63 100644 --- a/src/isql/isql.epp +++ b/src/isql/isql.epp @@ -4993,7 +4993,7 @@ static processing_state frontend(const std::string& statement) true); } - return SKIP; + return ret; }, [](const FrontendParser::CopyNode& node)