mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 07:40:30 +08:00
把转义的逻辑重新提交一下
This commit is contained in:
parent
9f09039a23
commit
b1334308a0
@ -106,7 +106,7 @@ public class ConcurrentTableWriterTask extends CommonRdbmsWriter.Task {
|
||||
if (isOracleCompatibleMode) {
|
||||
connectInfo.databaseName = connectInfo.databaseName.toUpperCase();
|
||||
//在转义的情况下不翻译
|
||||
if (table.startsWith("\"") && table.endsWith("\"")) {
|
||||
if (!(table.startsWith("\"") && table.endsWith("\""))) {
|
||||
table = table.toUpperCase();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user