OPENJPA-2836 HerdDBDictionary: enable ForeignKeys and Unique Indexes

This commit is contained in:
Enrico Olivelli 2020-10-27 14:51:18 +01:00
parent 548e00f919
commit 02e91440e5
1 changed files with 0 additions and 3 deletions

View File

@ -29,9 +29,6 @@ public class HerdDBDictionary
public HerdDBDictionary() {
platform = "HerdDB";
databaseProductName = "HerdDB";
supportsForeignKeys = false;
supportsUniqueConstraints = false;
supportsCascadeDeleteAction = false;
schemaCase = SCHEMA_CASE_LOWER;
delimitedCase = SCHEMA_CASE_LOWER;