Open ccamacho-d opened 1 month ago
Description: I encountered a crash while running the application due to an SQLite error.
SELECT * FROM CustomAttributes WHERE type = ? AND key IN (?, ?, ..., ?).
SELECT * FROM CustomAttributes WHERE type = ? AND key IN (?, ?, ..., ?)
The crash seems related to exceeding the maximum number of SQL variables allowed in a query.
Steps to Reproduce: I'm not sure if it is the specific scenario that causes this, but:
Stack Trace:
android.database.sqlite.SQLiteException: too many SQL variables (code 1 SQLITE_ERROR)
Description: I encountered a crash while running the application due to an SQLite error.
SELECT * FROM CustomAttributes WHERE type = ? AND key IN (?, ?, ..., ?)
.The crash seems related to exceeding the maximum number of SQL variables allowed in a query.
Steps to Reproduce: I'm not sure if it is the specific scenario that causes this, but:
Stack Trace: