-
Notifications
You must be signed in to change notification settings - Fork 599
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
[Edited] DatabaseObjectNotClosedException from executeUpdateDelete #1497
Comments
can you specify stacktrace please. |
Sorry `
} |
what is the crash, the |
in version 4.2.3 my app not crash
|
the bug appears to be something else entirely. It would have been more helpful to specify that stacktrace with proper title. I will modify title of this ticket since its something completely different. |
fixed in |
Hi
i am using dbflow with sqlcipher
`
def dbflow_version = "4.1.2"
def sqlcipher_version = "3.5.4"
and my application class when as following app crash,i found helperListener is always null
public class iApplication extends Application {
}
when i use this,work
public class iApplication extends Application {
}
`
The text was updated successfully, but these errors were encountered: