Leaked connection
dsvoronin opened this issue · 4 comments
W/SQLiteConnectionPool﹕ A SQLiteConnection object for database '/data/data//databases/simplenosql.db' was leaked! Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.
got this in log on every retrieve request
Was that using version 0.2.0 or 0.2.2? The cursor wasn't previously being closed, but that's been fixed and updated in version 0.2.1.
it was actually in 0.2.2
I haven't received these warnings in my sample project. Do you have a sample project or some code that I can duplicate this in?
No. I got it only in single project, that i can't share with you.
Mystically(no changes targeting this issue since 0.2.1, right?) messages disappear after migrating this project from 0.2.2 to 0.2.3.
I'll open new issue with more research if it will happen again.