mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-03 06:17:03 +08:00
Modifying clob returns
This commit is contained in:
@ -148,7 +148,7 @@ public class JdbcUtils {
|
||||
}
|
||||
|
||||
if (obj instanceof Blob blob) {
|
||||
return "(BLOB " + blob.length() + ")";
|
||||
return rs.getString(index);
|
||||
}
|
||||
if (obj instanceof Clob clob) {
|
||||
return clob.getSubString(1, Math.toIntExact(clob.length()));
|
||||
|
Reference in New Issue
Block a user