mirror of
https://github.com/apache/openjpa.git
synced 2025-03-06 16:39:11 +00:00
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() {
|
||||
platform = "HerdDB";
|
||||
databaseProductName = "HerdDB";
|
||||
supportsForeignKeys = false;
|
||||
supportsUniqueConstraints = false;
|
||||
supportsCascadeDeleteAction = false;
|
||||
schemaCase = SCHEMA_CASE_LOWER;
|
||||
delimitedCase = SCHEMA_CASE_LOWER;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user