We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c03c478 + d2b5e0c commit e97729aCopy full SHA for e97729a
1 file changed
src/Eftdb/Generators/SqlBuilderHelper.cs
@@ -93,7 +93,7 @@ public static void BuildQueryString(List<string> statements, IndentedStringBuild
93
{
94
foreach (string statement in statements)
95
96
- builder.AppendLine(statement);
+ builder.AppendLines(statement, skipFinalNewline: false);
97
}
98
99
if (suppressTransaction)
0 commit comments