Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leaked connection #7

Closed
dsvoronin opened this issue Aug 18, 2014 · 4 comments
Closed

Leaked connection #7

dsvoronin opened this issue Aug 18, 2014 · 4 comments

Comments

@dsvoronin
Copy link

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

@Jearil
Copy link
Owner

Jearil commented Aug 19, 2014

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.

@dsvoronin
Copy link
Author

it was actually in 0.2.2

@Jearil
Copy link
Owner

Jearil commented Aug 25, 2014

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?

@dsvoronin
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants