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

Null content values fix #5

Closed chalup closed 11 years ago

chalup commented 11 years ago

We should either always pass non-null ContentValues to content provider or make it illegal to call perform on Insert or Update without specifying the values. I implemented the first behavior, because sometimes the values are derived from the uri.