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

Fatal Exception: android.database.sqlite.SQLiteException

Open slott opened this issue 4 years ago • 0 comments

near "SEDECT": syntax error (code 1 SQLITE_ERROR[1]): , while compiling: SEDECT SUM(case WHEN group_id is null then group_cnt else 1 end) from (SELECT count(*) group_cnt, group_id FROM job_holder WHERE ( (deadline != 9223372036854775807 AND deadline <= ?) OR network_type <= ?) AND (cancelled IS NULL OR cancelled != 1) AND delay_until_ns <= ? AND running_session_id != ? GROUP BY group_id)

slott avatar Jan 25 '21 07:01 slott