Skip to content

Commit

Permalink
AutoParse =true
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-hao committed Apr 9, 2017
1 parent 61bc362 commit b32a9d2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ public void systemInitialize() throws Exception {
break;
}

RDBDatabase database = new SimpleDatabase(metaData, sqlExecutor);
SimpleDatabase database = new SimpleDatabase(metaData, sqlExecutor);
database.setAutoParse(true);
SystemInitialize initialize = new SystemInitialize(version, sqlExecutor, database, jdbcUserName, type.name());
initialize.afterPropertiesSet();

Expand Down

0 comments on commit b32a9d2

Please sign in to comment.