Jens Schauder
Jens Schauder
I don't consider this workaround a permanent solution. And I understand where the problem with `null` comes from, basically `null` gets a shortcut and doesn't use conversions, but apart from...
Somewhat related SO question https://stackoverflow.com/questions/62004522/convert-null-to-some-value-in-spring-converter
You are correct this is not supported and we should improve the documentation to make this clear.
since the main branch is now on H2 2.0 I think we can drop this task.
I'm not 100% sure I understand your question. My understandin is you want to a) specify the schema for a table to map to. For this we already have #1099...
Please create an issue at https://jira.spring.io/browse/DATAJDBC so we can discuss the goal of the PR first.
At a first very cursory glance this looks reasonable. But I think we should treet MyBatis as a source for named queries. I.e. by default we should try to find...
Custom methods should work, yes. If they don't please create a ticket.
@neil4dong Could you rebase this PR to resolve the merge conflicts?
Let's move the discussion to https://jira.spring.io/projects/DATAJDBC/issues/DATAJDBC-373 since it seems we are discussing the merit of the feature itself and not just that of the current PR.