mirror of https://github.com/apache/openjpa.git
OPENJPA-2836 HerdDBDictionary: enable ForeignKeys and Unique Indexes
This commit is contained in:
parent
548e00f919
commit
02e91440e5
|
@ -29,9 +29,6 @@ public class HerdDBDictionary
|
||||||
public HerdDBDictionary() {
|
public HerdDBDictionary() {
|
||||||
platform = "HerdDB";
|
platform = "HerdDB";
|
||||||
databaseProductName = "HerdDB";
|
databaseProductName = "HerdDB";
|
||||||
supportsForeignKeys = false;
|
|
||||||
supportsUniqueConstraints = false;
|
|
||||||
supportsCascadeDeleteAction = false;
|
|
||||||
schemaCase = SCHEMA_CASE_LOWER;
|
schemaCase = SCHEMA_CASE_LOWER;
|
||||||
delimitedCase = SCHEMA_CASE_LOWER;
|
delimitedCase = SCHEMA_CASE_LOWER;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue