-
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
Reading a date from DB on Android fails #991
Comments
Tapac
added a commit
that referenced
this issue
Jul 8, 2020
@Namnodorel , thank you for a report. Will be fixed within next release. |
Unfortunately, I appear to have missed an aspect of this before - the same problem exists with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When attempting to read from a table with a
LocalDate
/LocalDateTime
(usingexposed-java-time
) on Android, Exposed will fail with the following exception:As far as I can tell, this is because Android doesn't provide this method in its implementation of java.sql.Date. I think this could be easily worked around by replicating the methods functionality within Exposed.
Note that inserting dates into the DB appears to work fine.
The text was updated successfully, but these errors were encountered: