Skip to content

Commit

Permalink
Changed to add Common Options when constraints are written
Browse files Browse the repository at this point in the history
  • Loading branch information
vhalbert authored and shawkins committed Jun 12, 2014
1 parent a5ae8d8 commit 9451f38
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -496,6 +496,7 @@ private void buildColumnOptions(Column column,

private void appendOptions(AbstractMetadataRecord record) {
StringBuilder options = new StringBuilder();
addCommonOptions(options, record);
buildOptions(record, options);
if (options.length() != 0) {
append(SPACE).append(OPTIONS).append(SPACE).append(LPAREN).append(options).append(RPAREN);
Expand Down

0 comments on commit 9451f38

Please sign in to comment.