Read Time:15 Second
During development for SQLite, I have got this error
could not prepare statement (1 too many SQL variables)
Accroding to this article, this error is because of SQLite limitation, which cannot put variables more than 999 variables.
After I reduce the amount of variables, it worked very well.