Skip to content

Commit

Permalink
add escapeChar for tableName for common use
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed Oct 4, 2022
1 parent 0c24163 commit 261050f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void prepare(Configuration originalConfig) {
String jdbcUrl = connConf.getString(Key.JDBC_URL);
originalConfig.set(Key.JDBC_URL, jdbcUrl);

SelectTable table = SelectTable.create(connConf);
SelectTable table = SelectTable.create(originalConfig);

// String table = connConf.getList(Key.TABLE, String.class).get(0);
originalConfig.set(Key.TABLE, table.getUnescapeTabName());
Expand Down

0 comments on commit 261050f

Please sign in to comment.