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
harawata
changed the title
MyBatis 3.5.17 DateOnlyTypeHandler changed return type
Regression: 3.5.17 DateOnlyTypeHandler returns java.sql.Date
Dec 27, 2024
Bug report:
In 3.5.17 a change was made to DateOnlyTypeHandler.java that effected the return type of multiple functions.
https://github.com/mybatis/mybatis-3/pull/3247/files#diff-3100284b93f6e47f7e09229bac897dc14edbb2e162002f24e804113f49d8b6a6L47
Previously a java.util.Date object was returned from the "getNullableResult" functions. After the change now java.sql.Date objects are returned.
MyBatis version
3.5.17
Database vendor and version
Test case or example project
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: