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

Easy way to convert List<Object> to Expressions[] #63

Closed chalup closed 10 years ago

chalup commented 10 years ago

Useful for where(column("foo").in(...)) case.

chalup commented 10 years ago

Done in #66.