asentinel-orm is a basic ORM tool built on top of Spring JDBC.

1 Open Issue Need Help Last updated: Jun 17, 2025

Open Issues Need Help

View All on GitHub

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

asentinel-orm is a basic ORM tool built on top of Spring JDBC.

Java