Sergey Korotaev
Sergey Korotaev
Hi, everyone! @schauder Are you sure that this is a bug? I wrote some tests in this repo like this ``` @Test void enumParameterIsNotNullReturnCorrectSqlTypeFromConverter() { WithEnumEntity entity = new WithEnumEntity(23L,...
As a new approach, I can suggest that you set the default JDBC Type.NULL for null values. I tested this approach on https://github.com/mattmcc-attest/animal the repositories and animal were saved correctly....
Hi! @mp911de Did you mean about this small fix in https://github.com/spring-projects/spring-data-relational/issues/646 ?
Hi! Sorry, I've been offline for a couple of days. I added a little commit and moved setting for queryMappingConfiguration to afterPropertiesSet()