sql

All things SQL and JDBC...
maxp 2020-03-15T03:22:15.198800Z

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

orestis 2020-03-15T08:07:10.199500Z

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

orestis 2020-03-15T08:07:47.200500Z

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

2020-03-15T09:42:28.201700Z

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

maxp 2020-03-15T10:18:24.203300Z

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

seancorfield 2020-03-15T18:26:51.204300Z

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

2020-03-16T16:24:19.208400Z

I reordered and push-forced it in my branch.