Skip to content

Commit

Permalink
forgot to create the green plum sql template
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jun 1, 2012
1 parent b7fead5 commit 51ee035
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -18,6 +18,11 @@ public GreenplumPlatform(DataSource dataSource, SqlTemplateSettings settings) {
this.ddlBuilder = new GreenplumDdlBuilder();
}

@Override
protected void createSqlTemplate() {
this.sqlTemplate = new GreenplumJdbcSqlTemplate(dataSource, settings, null);
}

@Override
public String getName() {
return DatabaseNamesConstants.GREENPLUM;
Expand Down

0 comments on commit 51ee035

Please sign in to comment.