awslabs / awslabs/rds-data-api-client-library-java
TypeConverter doesn't support reading date/time values
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 21
- Forks
- 5
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- aws, java
- Área
- api, databases
- Tipo de issue
- Error
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 48/100