[
https://issues.apache.org/jira/browse/DDLUTILS-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617247#action_12617247
]
Chris Hyzer commented on DDLUTILS-85:
-------------------------------------
This is an important issue for me because I have foreign keys that dont relate
to a primary key. This works fine in mysql, but in oracle a unique index wont
cut it. Oracle will not add the foreign key for a unique index, it requires a
unique or primary key. So now my DDL has a bunch of errors in it.
Thanks!
Chris
> Add support for unique constraints
> ----------------------------------
>
> Key: DDLUTILS-85
> URL: https://issues.apache.org/jira/browse/DDLUTILS-85
> Project: DdlUtils
> Issue Type: New Feature
> Components: Core (No specific database)
> Reporter: Przemyslaw Sztoch
> Assignee: Thomas Dudziak
> Fix For: 1.2
>
>
> For example in PostgreSQL we can create CONSTRAINT or INDEX. What will be
> generated, should be set somewhere in model or config.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.