-
Notifications
You must be signed in to change notification settings - Fork 695
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 #1028
Comments
Sorry I didn't follow up on the original issue but it's still happening with MySQL as well. |
Any update on this? |
Hello @park-infox , @ps-feng , @andreysoldatenkow , can you specify what module do you use |
Looks like I found and fix the problem. Will be released soon. |
@Tapac |
@Tapac I'm still experiencing this. We're using 0.32.1 and I thought that this problem should be fixed in said version. @SchweinchenFuntik and you seemed to have made commits somewhere else. What's the status of the problem?
|
@ChristianSch , the fix should be available since #0.33.1 |
Only the millisecond is stored in the
TIMESTAMP
OracleDatabase columnSame as #1008 but not fixed in my environment
Example
Before (in 0.26.1)
2020-08-30 12:35:03.172357
After (0.26.2 or later)
2020-08-30 12:35:03.172
--
Environment
OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
Oracle Database 11g
The text was updated successfully, but these errors were encountered: