OPENJPA-2775 fix hsql metadata handling

This commit is contained in:
Mark Struberg 2019-02-06 10:20:19 +01:00
parent e4197b0c42
commit 037a2dc4c0
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ public class HSQLDictionary extends DBDictionary {
doubleTypeName = "NUMERIC";
supportsNullTableForGetPrimaryKeys = true;
supportsNullTableForGetIndexInfo = true;
supportsNullTableForGetPrimaryKeys = false;
supportsNullTableForGetIndexInfo = false;
requiresCastForMathFunctions = true;
requiresCastForComparisons = true;