zendesk / android-db-commons

Some common utilities for ContentProvider/ContentResolver/Cursor and other db-related android stuff
Apache License 2.0
222 stars 28 forks source link

Selection concat fix #15

Closed chalup closed 10 years ago

chalup commented 10 years ago

Fix for this kind of query:

Query(URI)
    .where("X = 1 OR Y = 2")
    .where("Z IS NULL")
    .perform(/*...*/)
henieek commented 10 years ago

LGTM, good idea. Just fix the import and we are ready to merge. :-)