New flags for ForeignKeys, index names and dropping tables
----------------------------------------------------------
Key: DDLUTILS-182
URL: https://issues.apache.org/jira/browse/DDLUTILS-182
Project: DdlUtils
Issue Type: Improvement
Components: Core (No specific database)
Reporter: Brian Devaney
Assignee: Thomas Dudziak
Priority: Minor
This patch contains changes for issues in DdlUtils-176 and DdlUtils-177. The
main addition was to provide a flag that would change checking for the names of
foreign keys or the names of indexes when comparing the two. For foreign keys,
if the PlatformImplBase.setForeignKeyNameMatters is set to false, and tables
were the same and the columns indexed were the same, then the foreign keys
would be considered the same. Similarly, for Indexes, id the
PlatformImplBase.setIndexNameMatters is set to false, then if the columns match
and are in the same order, then the index is considered the same. Both these
flags default to true to preserve how the code operated now.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.