awslabs / awslabs/rds-data-api-client-library-java
TypeConverter doesn't support reading date/time values
Open
- Dominant language
- Java
- Stars
- 21
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
I could be wrong but it seems to me that `TypeConverter` only supports `LocalDateTime/LocalDate/LocalTime` types in `toField` method and it doesn't support them in the `fromField` method which basically means that one is able to store those types but not to read them
Contributor guide
Research direction
Locate TypeConverter and compare its handling of LocalDateTime, LocalDate, and LocalTime in toField with fromField. Trace the existing fromField conversion path first; done means those date/time values can be read as well as stored, with the relevant existing checks passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, java
- Domain
- api, databases
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100