Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LocalDateTime regression #1008

Closed
ps-feng opened this issue Aug 6, 2020 · 0 comments
Closed

LocalDateTime regression #1008

ps-feng opened this issue Aug 6, 2020 · 0 comments

Comments

@ps-feng
Copy link

ps-feng commented Aug 6, 2020

It seems that the fixes for #991 and #998 have changed the precision of the date time stored in the DB and only milliseconds are stored now in a DATETIME MySQL column. For example:

Before (in 0.26.1)
2020-08-06 12:35:03.172357

After (in 0.26.2)
2020-08-06 12:35:03.172000

--

Environment

  • OpenJDK 64-Bit Server VM (build 10.0.2-adoptopenjdk+13, mixed mode)
  • MySQL 5.7.26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants