Skip to content

Commit

Permalink
change the case of role to the default database case
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed May 2, 2013
1 parent ee74016 commit b28da39
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -690,7 +690,7 @@ public void alterCaseToMatchDatabaseDefaultCase(Table table) {

IndexColumn[] indexColumns = index.getColumns();
for (IndexColumn indexColumn : indexColumns) {
indexColumn.setName(indexColumn.getName());
indexColumn.setName(alterCaseToMatchDatabaseDefaultCase(indexColumn.getName()));
}
}
}
Expand Down

0 comments on commit b28da39

Please sign in to comment.