android-priority-jobqueue
android-priority-jobqueue copied to clipboard
android.database.sqlite.SQLiteException: no such column: group_id (code 1)
android.database.sqlite.SQLiteException: no such column: group_id (code 1): , while compiling:
SELECT SUM(case WHEN group_id is null then group_cnt else 1 end) from (SELECT count(*) group_cnt, group_id FROM job_holder WHERE running_session_id != ? AND delay_until_ns <= ? GROUP BY group_id)
android-priority-jobqueue-1.1.2.jar
@sunguowei Is it connected to a bug that I found ? Ex. You have 3 job request without internet has same group id and required internet then when internet comes back the request is not sequentially run. Is it because of that missing group_id in the database ?
@yigit can you please check about this issue and resolve it soon ? Thanks.