Skip to content

Commit

Permalink
0004198: NPE loading batch with JdbcBatchBulkDatabaseWriter data loader
Browse files Browse the repository at this point in the history
"bulk"
  • Loading branch information
erilong committed Dec 11, 2019
1 parent bde61a4 commit e09292f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -89,6 +89,7 @@ public boolean isPlatformSupported(IDatabasePlatform platform) {
@Override
public void setSymmetricEngine(ISymmetricEngine engine) {
this.engine = engine;
this.parameterService = engine.getParameterService();
}

}

0 comments on commit e09292f

Please sign in to comment.