Hello!
I have the very often INFO from C3P0 pool connection:
I'm closing all connections and statements properly!
Memory analyzer of Eclipse, gives me relative to this INFO, memory leaks suspect!
What could I do to overcome this?
Thank you in advance!
I have the very often INFO from C3P0 pool connection:
B4X:
Sep 11, 2016 12:44:44 PM com.mchange.v2.c3p0.stmt.GooGooStatementCache assimilateNewCheckedOutStatement
INFO: Multiply prepared statement! Select A.Z_ZONE As ZONE, A.Z_CD_STATION As CD_STATION, A.Z_U_DTTM, count(*) As SEQ From zones A Join zones B ON A.Z_ZONE = B.Z_ZONE And A.Z_U_DTTM >= B.Z_U_DTTM Where A.Z_CD_STATION = ? Group By A.Z_ZONE, A.Z_CD_STATION Order By 1,3
Memory analyzer of Eclipse, gives me relative to this INFO, memory leaks suspect!
What could I do to overcome this?
Thank you in advance!