I am repeatedly receiving exception with only on Samsung 8.0.0 devices while querying for videos only. This query is working fine with any other device and other Samsung OS version.
android.database.sqlite.SQLiteException: no such column: cloud_server_id (code 1): , while compiling: SELECT _id, _data, date_added, date_modified, datetaken, duration, bucket_id, bucket_display_name, width, height FROM video WHERE (date_added >= ?) ORDER BY date_added
The projection only contains following columns:
- _id
- _data
- date_added
- date_modified
- datetaken
- duration
- bucket_id
- bucket_display_name
- width
- height