LGAKing opened a new issue, #18452: URL: https://github.com/apache/shardingsphere/issues/18452
I am using Spring Data JPA, and have declared Entity. Among them, some fields use the Object (specific type, eg. ItemDTO) type declaration in Entity, and use Blob storage in the database. When Sharding is not integrated, CRUD can be performed normally. After integrating Sharding, an exception "unsupported data type" will appear when inserting Blob data. I don't know if this problem will be fixed, or if the Entity field type needs to be changed to Clob or byte[]. Sharding Vesion: 5.1.1 DB Version: Oracle 19c thks~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
