awslabs / awslabs/rds-data-api-client-library-java
TypeConverter doesn't support reading date/time values
Offen
- Vorherrschende Sprache
- Java
- Sterne
- 21
- Forks
- 5
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
Beitragsleitfaden
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- aws, java
- Bereich
- api, databases
- Issue-Typ
- Bug
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Veraltet
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 48/100