Matthew Hall
Matthew Hall
If you could provide example code for how to get/set `ZonedDateTime` with H2, I'd be happy to add that to the plugin.
Not sure why you closed this so quickly, I felt there was more to discuss. Even if we can't resolve this generically for all vendors, we can definitely support this...
I agree that probably would have been the wiser path, however at this point v3 is released and the cat is out of the bag. Removing these mappers or argument...
I think I could get behind a solution to disable those mappers / arguments, provided reinstating them was a one-liner--maybe move those mappers to a plugin?
It's not just the mappers, it's also the argument factories. How about `JavaTimeYoloTZPlugin` :wink:
Just to play back what it sounds like I'm hearing: * Move the existing built-in java.time mappers into a separate plugin (I like `YoloTimePlugin`) * Add new built-in mappers in...
> This is explicitly covered by JDBC 4.2 spec, so _should just work™_. This presumes that JDBC driver implementors follow the spec perfectly. I've yet to find a JDBC driver...
> I get the feeling it would be too cumbersome to provide plugins with mappers for every database and even its different versions that have different support for datatypes. I'd...
@electrum Could you elaborate?