File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public class QueryLockAsync : LinqTestCase
29
29
{
30
30
protected override bool AppliesTo ( Dialect . Dialect dialect )
31
31
{
32
- return TestDialect . SupportsSelectForUpdate ;
32
+ return TestDialect . SupportsSelectForUpdate && ! ( dialect is SapSQLAnywhere17Dialect ) ;
33
33
}
34
34
35
35
protected override bool AppliesTo ( ISessionFactoryImplementor factory )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public class QueryLock : LinqTestCase
17
17
{
18
18
protected override bool AppliesTo ( Dialect . Dialect dialect )
19
19
{
20
- return TestDialect . SupportsSelectForUpdate ;
20
+ return TestDialect . SupportsSelectForUpdate && ! ( dialect is SapSQLAnywhere17Dialect ) ;
21
21
}
22
22
23
23
protected override bool AppliesTo ( ISessionFactoryImplementor factory )
You can’t perform that action at this time.
0 commit comments