File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
hibernate-community-dialects/src/main/java/org/hibernate/community/dialect Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,6 @@ private LockingSupport buildLockingSupport() {
214
214
return new HANALockingSupport ( supportsSkipLocked );
215
215
}
216
216
217
-
218
217
@ Override
219
218
public DatabaseVersion determineDatabaseVersion (DialectResolutionInfo info ) {
220
219
return HANALegacyServerConfiguration .staticDetermineDatabaseVersion ( info );
@@ -652,7 +651,7 @@ public SQLExceptionConversionDelegate buildSQLExceptionConversionDelegate() {
652
651
653
652
@ Override
654
653
public LockingSupport getLockingSupport () {
655
- return HANALockingSupport . HANA_LOCKING_SUPPORT ;
654
+ return lockingSupport ;
656
655
}
657
656
658
657
@ Override
@@ -885,16 +884,6 @@ public SequenceSupport getSequenceSupport() {
885
884
return HANASequenceSupport .INSTANCE ;
886
885
}
887
886
888
- @ Override
889
- public boolean supportsTableCheck () {
890
- return true ;
891
- }
892
-
893
- @ Override
894
- public boolean supportsTupleDistinctCounts () {
895
- return true ;
896
- }
897
-
898
887
@ Override
899
888
public boolean dropConstraints () {
900
889
return false ;
You can’t perform that action at this time.
0 commit comments