Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Allow the database to be pluggable for query builders #187

Merged
merged 1 commit into from
May 25, 2016

Conversation

paulblessing
Copy link
Contributor

This gives the ability to use SelectQueryBuilder and UpdateQueryBuilder with the org.sqlite.database API (or anything
else that can derive a Cursor from the information contained in the builders really) if desired.
The default is still to use the SQLiteDatabase bundled with the Android SDK.

Fixes #170

This gives the ability to use SelectQueryBuilder and UpdateQueryBuilder with the org.sqlite.database API (or anything
else that can derive a Cursor from the information contained in the builders really) if desired.
The default is still to use the SQLiteDatabase bundled with the Android SDK.
@yanex yanex merged commit 813d395 into Kotlin:master May 25, 2016
@paulblessing paulblessing deleted the pluggable-db branch May 26, 2016 13:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants