We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1c957 commit 45c9edbCopy full SHA for 45c9edb
Orm/Xtensive.Orm/Sql/Compiler/SqlCompiler.cs
@@ -2792,6 +2792,7 @@ protected void AppendTranslated(SqlNative node)
2792
{
2793
AppendSpaceIfNecessary();
2794
translator.Translate(context, node);
2795
+ AppendSpaceIfNecessary();
2796
}
2797
2798
protected void AppendTranslated(SqlAssignment node, NodeSection section) =>
0 commit comments