Steven Schlansker
Steven Schlansker
@jon-signal I agree with your assessment that the behavior in this case isn't exactly intuitive. It's accidental and unfortunately it's long-standing, and probably not something we can fix in all...
Let's have this issue be to add some kind of explanation to the docs :)
Based on the name `jdbi.jar` and the `cglib` use, this looks to be about jdbi v2. We have not and will likely not update v2 to be compatible with JDK11+,...
This sort of feature is very difficult to build in a sufficiently general manner to include in Jdbi. It might be possible - and if so we'd consider including it...
Hi, currently JDBC is synchronous only, and will be probably until Project Loom ships. (there was an effort called ADBA but it was cancelled in favor of relying on Loom)...
I'll see if I can find time to hack up a beta feature for the next release.
Yes, I think this is currently the most important problem in Jdbi to fix. Unfortunately I haven't seen a solution I love yet. I have considered whether as a stop-gap...
Thank you for reporting this. I expect there's no automatic mapping from nested `java.sql.Array`s to `byte[][]` -- we do one dimensional conversion but probably not multi-dimensional. We can make this...
Yes, let's see what the driver support looks like. Maybe with their fix it just works out of the box with jdbi :crossed_fingers:
Hi @alwins0n thanks for looking into improving the api. I read through the test case and if I understand correctly, you don't like the syntax where you have to write...