mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-09-11 14:39:05 +00:00
@@ -84,7 +84,7 @@ public class OracleWriterImpl extends AbstractDatabaseWriter implements IDatabas
|
|||||||
String v = o.toString();
|
String v = o.toString();
|
||||||
String a = o.getClass().getName() + "@" + Integer.toHexString(o.hashCode());
|
String a = o.getClass().getName() + "@" + Integer.toHexString(o.hashCode());
|
||||||
if (a.length() == v.length() && StringUtils.equals(a, v)) {
|
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;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user