diennea/herddb

ResultSet.getStatement not supported

rmannibucau opened this issue · 0 comments

BUG REPORT

herddb.jdbc.HerdDBResultSet#getStatement

is not implemented and it prevents to be used with some libraries like hikaricp (I know herddb has some internal pool but for portable applications it is not great to not be able to integrate with this kind fo 3rd party libs).

It does not look crazy to impl so I hope it can be done :).