vertx-jdbc lacking CallableStatement.getMoreResults() implementation

50 views
Skip to first unread message

Asher Tarnopolski

unread,
Nov 27, 2016, 4:00:43 AM11/27/16
to vert.x
hi folks,

we ran into this while implementing a call to a stored procedure that returns numerous result sets. 
unfortunately vertx-jdbc (as for v3.3.3) is lacking support for CallableStatement.getMoreResults(). 
my team mate created an issue for this. 
i'm posting this mainly as a reference for those who will search the forum.

cheers.

Buddha Shrestha

unread,
Dec 2, 2016, 6:51:27 AM12/2/16
to vert.x
Hi Asher,

I tried to do the same, but JDBCConnectionImp.java uses SQLConnection interface, which is imported from io.vertx.ext.sql and changing that project too would be too cumbersome.

Is there any other way round? 

Thanks,  

Asher Tarnopolski

unread,
Dec 2, 2016, 7:02:04 AM12/2/16
to vert.x
i think we ended up replacing this class together with vertx's resultset class with our custom implementation that provides this feature. the code is not in front of me right now so i can't check if there are more classes we had to refactor.
in any case, we solved it with a dirty workaround, this should be fixed in a better way.
Reply all
Reply to author
Forward
0 new messages