HHH-13574 SybaseASE does not support PARTITION BY
This commit is contained in:
parent
6b489474f5
commit
cfd7db36c6
|
@ -431,4 +431,9 @@ public class SybaseASE15Dialect extends SybaseDialect {
|
||||||
public boolean supportsLockTimeouts() {
|
public boolean supportsLockTimeouts() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean supportsPartitionBy() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue