【发布时间】:2019-09-03 12:57:09
【问题描述】:
当 id 大于 999 时发生崩溃
android.database.sqlite.SQLiteException: too many SQL variables (code 1): ,
while compiling: delete from data where ids in (?,?,...)
看到this 似乎有最大限制为 999。
如何删除超过1000的房间?
【问题讨论】:
标签: sql sqlite android-room