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 #1028

Closed
park-infox opened this issue Aug 31, 2020 · 7 comments
Closed

LocalDateTime regression #1028

park-infox opened this issue Aug 31, 2020 · 7 comments

Comments

@park-infox
Copy link

Only the millisecond is stored in the TIMESTAMP OracleDatabase column
Same 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

@ps-feng
Copy link

ps-feng commented Sep 16, 2020

Sorry I didn't follow up on the original issue but it's still happening with MySQL as well.

@andreysoldatenkow
Copy link

Any update on this?
Running into the same issue updating to 0.31.1 from version 0.24.1
OS: Ubuntu 20.10
Postgres version: 9.6.21
Java version: 11
Kotlin version: 1.5.0

@Tapac
Copy link
Contributor

Tapac commented Jun 30, 2021

Hello @park-infox , @ps-feng , @andreysoldatenkow , can you specify what module do you use exposed-jodatime or exposed-java-time?

Tapac added a commit that referenced this issue Jun 30, 2021
@Tapac
Copy link
Contributor

Tapac commented Jun 30, 2021

Looks like I found and fix the problem. Will be released soon.

@Tapac Tapac closed this as completed Jun 30, 2021
@park-infox
Copy link
Author

park-infox commented Jul 1, 2021

@Tapac
I'm using exposed-java-time

Tapac added a commit that referenced this issue Aug 2, 2021
SchweinchenFuntik pushed a commit to SchweinchenFuntik/Exposed that referenced this issue Oct 23, 2021
@ChristianSch
Copy link

@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?

expected to contain exactly in any order:<[Role(id=1, createdAt=2021-11-04T15:49:31.245766+01:00[Europe/Berlin], updatedAt=2021-11-04T15:49:31.245776+01:00[Europe/Berlin], name=TEST1), Role(id=2, createdAt=2021-11-04T15:49:31.255858+01:00[Europe/Berlin], updatedAt=2021-11-04T15:49:31.255867+01:00[Europe/Berlin], name=TEST2)]> but was:<[Role(id=1, createdAt=2021-11-04T15:49:31.245+01:00[Europe/Berlin], updatedAt=2021-11-04T15:49:31.245+01:00[Europe/Berlin], name=TEST1), Role(id=2, createdAt=2021-11-04T15:49:31.255+01:00[Europe/Berlin], updatedAt=2021-11-04T15:49:31.255+01:00[Europe/Berlin], name=TEST2)]>

@Tapac
Copy link
Contributor

Tapac commented Nov 5, 2021

@ChristianSch , the fix should be available since #0.33.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants