Skip to content

Commit

Permalink
0002186: DB2 iSeries - Change the sym_data row_data storage to CLOB t…
Browse files Browse the repository at this point in the history
…o support longer row data
  • Loading branch information
chenson42 committed Feb 11, 2015
1 parent 0927b7f commit 877ea80
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -99,6 +99,8 @@ protected void enhanceTableMetaData(Connection connection, DatabaseMetaDataWrapp
String hasDefault = rs.getString(3);
if (hasDefault != null && hasDefault.startsWith("Y")) {
column.setDefaultValue(rs.getString(4));
} else {
column.setDefaultValue(null);
}
}
}
Expand Down

0 comments on commit 877ea80

Please sign in to comment.