zihaoAK47 commented on issue #30764: URL: https://github.com/apache/shardingsphere/issues/30764#issuecomment-2058975471
@malachany Hello, we have investigated the issue and currently you can resolve it using any of the following methods: Change the data type of your table field from `datetime` to another date type. Try downgrading your MySQL driver, or use `mysql-connector-java` as the MySQL driver. The version I tested with is 8.0.13. Ref: https://mvnrepository.com/artifact/mysql/mysql-connector-java  -- 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]
