liteglue / Android-sqlite-connector

Lightweight SQLiteConnection library with abstraction layer over Android-sqlite-native-driver. Unlicense (public domain).
The Unlicense
17 stars 9 forks source link

Fix NullPointerException in SQLiteGlueConnection ctor #1

Closed julkwiec closed 1 year ago

julkwiec commented 3 years ago

Fix NullPointerException thrown by SQLiteGlueConnection constructor if the connection fails.

gauthierm commented 3 years ago

I ran into this issue as well. This is the same fix I made in my version.

julkwiec commented 3 years ago

@brodybits Hey! Any chance this PR could be merged? Thanks in advance!