May be only base primitives are supported. Or may be pull request required đŸ™‚
That’s probably not JDBC, that’s the Postgres driver
It has a surprisingly number of rough edges once you want to use the rich Postgres data types
@seancorfield would you accept a PR which adds settings for MariaDB ?
jdbc provides .setArray(...)
method which requires to use java.sql.Array
but not an array of java type.
@vincent.cantin Looking over it now. I'll probably add at least some tests for it, but that won't happen until tomorrow, earliest, when I'm back at work.
I reordered and push-forced it in my branch.