azexcy commented on issue #22876: URL: https://github.com/apache/shardingsphere/issues/22876#issuecomment-1352451974
> > Hi @dandanwendy it is impossible to know exactly why the problem occurred from the description. What database are you using? > > when I set ddl-auto none rather than update, there is no exception. jpa: hibernate: ddl-auto: update Ok, I guess maybe this table really exists already, you could add log `org.apache.shardingsphere.infra.executor.sql.log.SQLLogger` which will output Actual SQL, then we know exactly which statements were executed -- 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]
