mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-30 03:03:13 +08:00
fix columnType error
This commit is contained in:
@ -36,7 +36,7 @@ public class OracleValueProcessor extends DefaultValueProcessor {
|
||||
|
||||
|
||||
@Override
|
||||
public String getJdbcValueString(JDBCDataValue dataValue) {
|
||||
public String getJdbcSqlValueString(JDBCDataValue dataValue) {
|
||||
if (OracleColumnTypeEnum.LONG_RAW.getColumnType().getTypeName().equalsIgnoreCase(dataValue.getType())) {
|
||||
return convertJDBCValueStrByType(dataValue);
|
||||
}
|
||||
|
Reference in New Issue
Block a user