Open Issues Need Help
View All on GitHub The java.time Temporal instances loose precision when they are saved in the DB and possibly when they are loaded 3 months ago
AI Summary: The task is to debug and fix a precision loss issue in the asentinel-orm library when handling java.time Temporal instances. The issue occurs during both saving and loading of these instances, likely due to intermediate conversion to java.util.Date. The solution involves modifying the ORM's handling of Temporal types to use java.sql.Timestamp or SqlParameterValue for better precision, ensuring that the test case provided passes consistently.
Complexity:
4/5
bug good first issue