Trevor Stone
10/19/2021, 4:28 PMDELETE FROM XYZTable
WHERE id IN ?;
and on some android devices we are getting
too many SQL variables (code 1 SQLITE_ERROR[1]): , while compiling: DELETE FROM XYZTable WHERE id IN (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?....
Am I doing something obviously wrong?