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