mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-09-10 14:09:06 +00:00
@@ -84,7 +84,7 @@ public class OracleWriterImpl extends AbstractDatabaseWriter implements IDatabas
|
||||
String v = o.toString();
|
||||
String a = o.getClass().getName() + "@" + Integer.toHexString(o.hashCode());
|
||||
if (a.length() == v.length() && StringUtils.equals(a, v)) {
|
||||
log.warn("Unsupported type for convert {} to java.lang.String");
|
||||
log.warn("Unsupported type for convert {} to java.lang.String", o.getClass().getName());
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user