mrgrew

Results 5 comments of mrgrew

That smells like an issue I encountered when I had only overridden `fromString(String)`. In that case I resolved my issue by overriding `asString()` too.

Bummer. In that case sharing the source to `com.foo.emailservice.ff4j.EmailModeProperty` should prove helpful.

This sounds a lot like Spring's [DuplicateKeyException](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/dao/DuplicateKeyException.html). Maybe that can serve as a model.

Our team needs to handle binary data and this seems like a viable solution given how infrequently Base64 data is stored in text fields in our database. Any and all...

We're using MySQL 5.6 as provided by Percona @EmadAlblueshi