mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
HHH-13574 SybaseASE does not support PARTITION BY
(cherry picked from commit cfd7db36c60b49ea773b3a1a34f062b91c0881c8)
This commit is contained in:
parent
677b73d8e1
commit
e60defd402
@ -431,4 +431,9 @@ protected SqlTypeDescriptor getSqlTypeDescriptorOverride(int sqlCode) {
|
||||
public boolean supportsLockTimeouts() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean supportsPartitionBy() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user