Skip to content

Commit

Permalink
Fix build error (test for Oracle bulk)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipmarzullo64 committed Feb 14, 2020
1 parent cec83bc commit 0d6142b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -83,7 +83,7 @@ protected long writeData(TableCsvData... datas) {
"silent=(header,discards) direct=false readsize=4096000 bindsize=4096000 rows=1000 discardmax=1 errors=0",
prop.get(BasicDataSourcePropertyConstants.DB_POOL_USER),
prop.get(BasicDataSourcePropertyConstants.DB_POOL_PASSWORD),
prop.get(BasicDataSourcePropertyConstants.DB_POOL_URL), null, null, null, null, null), datas);
prop.get(BasicDataSourcePropertyConstants.DB_POOL_URL), null, null, "|}", "|>", null), datas);
}

@Override
Expand Down

0 comments on commit 0d6142b

Please sign in to comment.