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

Support for java.time.Instant for timestamp columns #724

Merged
merged 2 commits into from
Dec 15, 2019

Conversation

lukas-krecan
Copy link
Contributor

We use Instant in our Koltin code-base and it seems awkward to convert it
to LocalDateTime when java.sql.Timestamp supports Instant directly

@Tapac
Copy link
Contributor

Tapac commented Dec 14, 2019

@lukas-krecan , thank you for a PR but could you kindly check failed tests here?

We use Instant in our Kotlin code-base and it seems awkward to convert it
to LocalDateTime when java.sql.Timestamp supports Instant directly
@lukas-krecan
Copy link
Contributor Author

Tests fixed

@Tapac Tapac merged commit 618e55a into JetBrains:master Dec 15, 2019
@lukas-krecan
Copy link
Contributor Author

@Tapac I have broken the tests, here is the fix #727

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

Successfully merging this pull request may close these issues.

3 participants