You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem was in Java 9+ where LocalDateTime contains 9 fractional digits while Java 8 only 3 (the same amount as SQLite).
I had changed comparison behavior in tests so it should work now.
When I try to build the Exposed project, nine test cases in exposed-java-time are failing with similar errors. For example:
This is using the master branch, and running on Arch Linux with Java 11:
The text was updated successfully, but these errors were encountered: