Skip to content

Commit b11ddc6

Browse files
committed
Fix
1 parent 3b8ba7a commit b11ddc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Client/BuzzHouse/AST/SQLProtoStr.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1730,6 +1730,7 @@ CONV_FN(FileFunc, ff)
17301730
ret += "'";
17311731
if (ff.has_structure())
17321732
{
1733+
ret += ", ";
17331734
ExprToString(ret, ff.structure());
17341735
}
17351736
if (ff.has_fcomp())
@@ -1747,6 +1748,7 @@ CONV_FN(FormatFunc, ff)
17471748
ret += InFormat_Name(ff.format()).substr(3);
17481749
if (ff.has_structure())
17491750
{
1751+
ret += ", ";
17501752
ExprToString(ret, ff.structure());
17511753
}
17521754
ret += ", $$\n";

0 commit comments

Comments
 (0)