Open hanouard opened 6 years ago
A unit test would be great, preferrably using Database.test()
as per README.md. Can you supply one?
Ah oops, this is for RxJava 1.x, forget the bit about Database.test()
, but a unit test would still be great, or sample code.
i could provide you with a sample project.
The connections are not being closed when the autoCommit is set to false.
Is there a reason why we have this call
Util.closeQuietlyIfAutoCommit(state.con);
in aQuerySelectOnSubscribe
?the problem with this config, is im getting a lot of active connections in my pool, and i end up with Connection is not available, request timed out after 30001ms.
And may i suggest to log the result of the operations too in debug.