File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Extensions/Xtensive.Orm.BulkOperations/Internals Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ protected override int ExecuteInternal()
68
68
var conditionConstant = CanUseTvp ( ex . Arguments [ 0 ] . Type )
69
69
? AutoConditionConstant
70
70
: ComplexConditionConstant ;
71
- arguments . Insert ( 1 , AutoConditionConstant ) ;
71
+ arguments . Insert ( 1 , conditionConstant ) ;
72
72
ex = Expression . Call ( WellKnownMembers . InMethod . MakeGenericMethod ( methodInfo . GetGenericArguments ( ) ) , arguments ) ;
73
73
}
74
74
}
Original file line number Diff line number Diff line change 2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
4
4
<PropertyGroup >
5
- <DoVersion >7.2.188 </DoVersion >
5
+ <DoVersion >7.2.189 </DoVersion >
6
6
<DoVersionSuffix >servicetitan</DoVersionSuffix >
7
7
</PropertyGroup >
8
8
You can’t perform that action at this time.
0 commit comments