Fork me on GitHub
#sql
<
2020-03-15
>
maxp03:03:15

May be only base primitives are supported. Or may be pull request required đŸ™‚

orestis08:03:10

That’s probably not JDBC, that’s the Postgres driver

orestis08:03:47

It has a surprisingly number of rough edges once you want to use the rich Postgres data types

Vincent Cantin09:03:28

@seancorfield would you accept a PR which adds settings for MariaDB ?

maxp10:03:24

jdbc provides .setArray(...) method which requires to use java.sql.Array but not an array of java type.

seancorfield18:03:51

@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.

Vincent Cantin04:03:55

Sorry, I did not notice the alphabetical order.

seancorfield05:03:01

NP. I'm just really anal about that sort of thing. I ding my colleagues about it in PRs đŸ™‚

seancorfield05:03:23

I really appreciate that you took the trouble to send a PR in the first place!

Vincent Cantin16:03:19

I reordered and push-forced it in my branch.