This repository was archived by the owner on Dec 3, 2019. It is now read-only.
This repository was archived by the owner on Dec 3, 2019. It is now read-only.
Closed

Description
I'm unable to encode LocalTime instances for insertion into the database. An exception is thrown at org.joda.time.format.DateTimeFormatter.requirePrinter(DateTimeFormatter.java:695)
, which is caused by com.github.mauricio.async.db.column.TimeEncoderDecoder.encode(TimeEncoderDecoder.scala:43)
.
I'm not exactly sure what's going on. I'm reading that calls to format.appendOptional(...) to append an optional parser to the formatter turns it into a parsing-only formatter, ie: after this call it cannot print. This might be related to JodaOrg/joda-time#75
Metadata
Metadata
Assignees
Labels
No labels