Skip to content

Commit a85da85

Browse files
authored
Merge branch 'master' into upstream/SqlTruncateTable
2 parents a31aa84 + 5015c2e commit a85da85

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Orm/Xtensive.Orm.Tests.Framework/TestHelper.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
using System;
88
using System.Collections.Generic;
99
using System.Threading;
10-
using Xtensive.Sql.Dml;
10+
using Xtensive.Sql.Dml;#endif
11+
172
12+
1113

1214
namespace Xtensive.Orm.Tests
1315
{
@@ -168,7 +170,6 @@ public static TimeOnly AdjustTimeOnlyForProvider(this TimeOnly origin, StoragePr
168170
var newTicks = ticks - (ticks % divider.Value);
169171
return new TimeOnly(newTicks);
170172
}
171-
#endif
172173

173174
public static void AddValueRow(this SqlInsert insert, in (SqlColumn column, SqlExpression value) first, params (SqlColumn column, SqlExpression value)[] additional)
174175
{
@@ -180,5 +181,6 @@ public static void AddValueRow(this SqlInsert insert, in (SqlColumn column, SqlE
180181
}
181182
insert.ValueRows.Add(row);
182183
}
184+
#endif
183185
}
184186
}

0 commit comments

Comments
 (0)