You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.
If you try to run a query with more than 999 SQL variables inside an In statement on a sqlite database it will return a too many SQL variables error. This is caused by limitations of sqlite documented here: https://www.sqlite.org/limits.html
The expected behaviour should be to split the query into sub-queries or something equivalent if the limit is exceeded.
If you try to run a query with more than 999 SQL variables inside an
In
statement on a sqlite database it will return atoo many SQL variables
error. This is caused by limitations of sqlite documented here: https://www.sqlite.org/limits.htmlThe expected behaviour should be to split the query into sub-queries or something equivalent if the limit is exceeded.
Blocks go-gitea/gitea#4018
The text was updated successfully, but these errors were encountered: