Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash Report: SQLiteException - "too many SQL variables" Error during Query Execution #1115

Open
ccamacho-d opened this issue Oct 22, 2024 · 0 comments

Comments

@ccamacho-d
Copy link

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:

  1. Set the app as the default home app
  2. Use it for like an 1~2 hrs

Stack Trace:

android.database.sqlite.SQLiteException: too many SQL variables (code 1 SQLITE_ERROR)

Screenshot_20241022-133551
Screenshot_20241022-133546

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant