Skip to content

Support rawQuery with CancellationHook for JB+ #120

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

Closed
bparent opened this issue Feb 10, 2014 · 1 comment
Closed

Support rawQuery with CancellationHook for JB+ #120

bparent opened this issue Feb 10, 2014 · 1 comment

Comments

@bparent
Copy link

bparent commented Feb 10, 2014

Jellybean added a rawQuery method that supports a cancellationHook.

Could this functionality be added to the SQLiteDatabase?

Api ref here: http://goo.gl/UDeXLi

@developernotes
Copy link
Member

Hello bparent,

We generally haven't backported API's like this. In this situation CancellationSignal was introduced after the Android 2.1 platform release which is our supported base version. While we did this once, it requires anyone targeting an older platform version to target our 3rd party interface instead, in your case any platforms lower than 16. Should you wish to submit a pull request we would be open to reviewing it for submission, corresponding test cases would be required as well.

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