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
2929 {
3030 protected override bool AppliesTo ( Dialect . Dialect dialect )
3131 {
32- return TestDialect . SupportsSelectForUpdate ;
32+ return TestDialect . SupportsSelectForUpdate && ! ( dialect is SapSQLAnywhere17Dialect ) ;
3333 }
3434
3535 protected override bool AppliesTo ( ISessionFactoryImplementor factory )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public class QueryLock : LinqTestCase
1717 {
1818 protected override bool AppliesTo ( Dialect . Dialect dialect )
1919 {
20- return TestDialect . SupportsSelectForUpdate ;
20+ return TestDialect . SupportsSelectForUpdate && ! ( dialect is SapSQLAnywhere17Dialect ) ;
2121 }
2222
2323 protected override bool AppliesTo ( ISessionFactoryImplementor factory )
You can’t perform that action at this time.
0 commit comments