vert-x3 / vertx-jdbc-client

JDBC support for Vert.x
Apache License 2.0
126 stars 90 forks source link

Pg reproducer in out out #274

Closed penehyba closed 2 years ago

penehyba commented 2 years ago

Motivation:

Just a DRAFT. It shows that stored procedure with parameters IN,OUT,OUT is failing to be called compared to other combinations (INOUT,INOUT,INOUT and IN,INOUT,INOUT)

I still think it is hidden somewhere down there in https://github.com/vert-x3/vertx-jdbc-client/blob/master/src/main/java/io/vertx/ext/jdbc/impl/actions/JDBCCallable.java