storio icon indicating copy to clipboard operation
storio copied to clipboard

Use SupportSQLite instead of the framework version

Open inorichi opened this issue 5 years ago • 1 comments

This PR replaces the framework SQLite version with the new SupportSQLite from AndroidX.

This new implementation allows to use more SQL implementations besides the framework one, like the sqlite-android database from requery, which was requested at #662.

All tests are passing and the sample app works, but I don't know if I missed something. Readme should be updated too to reflect the changes required to use the new approach with FrameworkSQLiteOpenHelperFactory.

I guess this PR would be included in a 4.x release :smile:

inorichi avatar Nov 23 '18 12:11 inorichi

@artem-zinnatullin may we drop old SQLite support in v4?

nikitin-da avatar Nov 25 '18 14:11 nikitin-da