chengyonghu opened a new issue, #21558:
URL: https://github.com/apache/shardingsphere/issues/21558
**The error is displayed when data is inserted**
Table primary keys are generated automatically and I did not specify them
Here is the SQL I executed and the error message
insert into icloud_team_picture ( folder_id, user_id,
team_id, organize_id, picture_name, picture_path,
picture_size, picture_time, picture_status )
values (?,?, ?,?,?, ?,?,?, ?
)
### Cause: java.sql.SQLException:
io.seata.common.exception.ShouldNeverHappenException
; uncategorized SQLException; SQL state [null]; error code [0];
io.seata.common.exception.ShouldNeverHappenException; nested exception is
java.sql.SQLException: io.seata.common.exception.ShouldNeverHappenException]
with root cause
io.seata.common.exception.ShouldNeverHappenException: null
--
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]