mirror of https://github.com/apache/openjpa.git
OPENJPA-2775 fix hsql metadata handling
This commit is contained in:
parent
e4197b0c42
commit
037a2dc4c0
|
@ -82,8 +82,8 @@ public class HSQLDictionary extends DBDictionary {
|
|||
|
||||
doubleTypeName = "NUMERIC";
|
||||
|
||||
supportsNullTableForGetPrimaryKeys = true;
|
||||
supportsNullTableForGetIndexInfo = true;
|
||||
supportsNullTableForGetPrimaryKeys = false;
|
||||
supportsNullTableForGetIndexInfo = false;
|
||||
|
||||
requiresCastForMathFunctions = true;
|
||||
requiresCastForComparisons = true;
|
||||
|
|
Loading…
Reference in New Issue