File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Async/NHSpecificTest/NH1444 Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ public async Task BugAsync()
37
37
var message = ls . GetWholeLog ( ) ;
38
38
var paramFormatter = ( ISqlParameterFormatter ) Sfi . ConnectionProvider . Driver ;
39
39
Assert . That ( message , Does . Contain (
40
- "xchild0_.ParentId=xparent1_.Id and (" +
41
- $ "{ paramFormatter . GetParameterName ( 0 ) } ={ Dialect . ToBooleanValueString ( true ) } or " +
42
- $ "xparent1_.A<{ paramFormatter . GetParameterName ( 1 ) } ) ") ) ;
40
+ "on xchild0_.ParentId=xparent1_.Id" ) . And . Contain (
41
+ $ "where { paramFormatter . GetParameterName ( 0 ) } ={ Dialect . ToBooleanValueString ( true ) } or " +
42
+ $ "xparent1_.A<{ paramFormatter . GetParameterName ( 1 ) } ; ") ) ;
43
43
}
44
44
}
45
45
}
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ public void Bug()
26
26
var message = ls . GetWholeLog ( ) ;
27
27
var paramFormatter = ( ISqlParameterFormatter ) Sfi . ConnectionProvider . Driver ;
28
28
Assert . That ( message , Does . Contain (
29
- "xchild0_.ParentId=xparent1_.Id and (" +
30
- $ "{ paramFormatter . GetParameterName ( 0 ) } ={ Dialect . ToBooleanValueString ( true ) } or " +
31
- $ "xparent1_.A<{ paramFormatter . GetParameterName ( 1 ) } ) ") ) ;
29
+ "on xchild0_.ParentId=xparent1_.Id" ) . And . Contain (
30
+ $ "where { paramFormatter . GetParameterName ( 0 ) } ={ Dialect . ToBooleanValueString ( true ) } or " +
31
+ $ "xparent1_.A<{ paramFormatter . GetParameterName ( 1 ) } ; ") ) ;
32
32
}
33
33
}
34
34
}
You can’t perform that action at this time.
0 commit comments