android-priority-jobqueue icon indicating copy to clipboard operation
android-priority-jobqueue copied to clipboard

android.database.sqlite.SQLiteException: no such column: group_id (code 1)

Open ghost opened this issue 7 years ago • 2 comments

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)

ghost avatar Jun 16 '17 02:06 ghost

android-priority-jobqueue-1.1.2.jar

ghost avatar Jun 16 '17 03:06 ghost

@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.

iamdeveloper-lopez avatar Aug 01 '17 07:08 iamdeveloper-lopez