mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 18:11:01 +08:00
do not change columnName to upper case when searching for save point columns
This commit is contained in:
parent
04c3c2e810
commit
e740300481
@ -171,9 +171,6 @@ public class ObReaderUtils {
|
||||
hasPk = true;
|
||||
String columnName = rs.getString("Column_name");
|
||||
columnName = escapeDatabaseKeywords(columnName);
|
||||
if (!isEscapeMode(columnName)) {
|
||||
columnName = columnName.toLowerCase();
|
||||
}
|
||||
if (!realIndex.contains(columnName)) {
|
||||
realIndex.add(columnName);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user