Skip to content

Commit 45c9edb

Browse files
committed
Wrap SqlNative translation with spaces from both sides
1 parent da1c957 commit 45c9edb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Orm/Xtensive.Orm/Sql/Compiler/SqlCompiler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2792,6 +2792,7 @@ protected void AppendTranslated(SqlNative node)
27922792
{
27932793
AppendSpaceIfNecessary();
27942794
translator.Translate(context, node);
2795+
AppendSpaceIfNecessary();
27952796
}
27962797

27972798
protected void AppendTranslated(SqlAssignment node, NodeSection section) =>

0 commit comments

Comments
 (0)