Open
Description
For Oracle, Hibernate ORM define custom types to map arrays.
We can create the same types with Vert.x SQL client but when we try an insert we have an exception.
Vert.x doesn't support user types at the moment: eclipse-vertx/vertx-sql-client#1392
We test arrays in JavaTypesArrayTest
We've created a PR for Vert.x that should be able to help us fix this issue, but we are waiting for the team to review it.