File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ public async Task AggregatingHirearchyWithCountAsync()
148
148
[ Test ]
149
149
public async Task LimitingResultSetOnQueryThatIsOrderedByProjectionAsync ( )
150
150
{
151
- if ( ! TestDialect . SupportsSubSelectsInOrderBy )
151
+ if ( ! TestDialect . SupportsSubSelectsInOrderBy )
152
152
Assert . Ignore ( "Dialect does not support order by sub-select" ) ;
153
153
154
154
using ( var s = OpenSession ( ) )
@@ -172,8 +172,8 @@ public async Task LimitingResultSetOnQueryThatIsOrderedByProjectionAsync()
172
172
[ Test ]
173
173
public async Task QueryingWithParemetersAndParaemtersInOrderByAsync ( )
174
174
{
175
- if ( ! Dialect . SupportsScalarSubSelects )
176
- Assert . Ignore ( "Dialect does not support scalar sub-select" ) ;
175
+ if ( ! TestDialect . SupportsSubSelectsInOrderBy )
176
+ Assert . Ignore ( "Dialect does not support order by sub-select" ) ;
177
177
178
178
using ( var s = OpenSession ( ) )
179
179
{
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ public void AggregatingHirearchyWithCount()
137
137
[ Test ]
138
138
public void LimitingResultSetOnQueryThatIsOrderedByProjection ( )
139
139
{
140
- if ( ! TestDialect . SupportsSubSelectsInOrderBy )
140
+ if ( ! TestDialect . SupportsSubSelectsInOrderBy )
141
141
Assert . Ignore ( "Dialect does not support order by sub-select" ) ;
142
142
143
143
using ( var s = OpenSession ( ) )
@@ -161,8 +161,8 @@ public void LimitingResultSetOnQueryThatIsOrderedByProjection()
161
161
[ Test ]
162
162
public void QueryingWithParemetersAndParaemtersInOrderBy ( )
163
163
{
164
- if ( ! Dialect . SupportsScalarSubSelects )
165
- Assert . Ignore ( "Dialect does not support scalar sub-select" ) ;
164
+ if ( ! TestDialect . SupportsSubSelectsInOrderBy )
165
+ Assert . Ignore ( "Dialect does not support order by sub-select" ) ;
166
166
167
167
using ( var s = OpenSession ( ) )
168
168
{
You can’t perform that action at this time.
0 commit comments