Skip to content

Commit e4c5677

Browse files
committed
Fix problem with failed CONNECT and SET BAIL - thanks Pavel Zotov.
1 parent 21e9ed0 commit e4c5677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/isql/isql.epp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4993,7 +4993,7 @@ static processing_state frontend(const std::string& statement)
49934993
true);
49944994
}
49954995

4996-
return SKIP;
4996+
return ret;
49974997
},
49984998

49994999
[](const FrontendParser::CopyNode& node)

0 commit comments

Comments
 (0)