mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
08f54d2f57
no issue - discovered while testing - SQLite3 has a restriction that you cannot query more than 999 SQL variables (e.g. fetch all tag relations for all posts) - if you have more than 999 posts in your database, Ghost wasn't able to finish the bootstrap - the url service tried to fetch all posts & relations, but could not complete, because SQlite3 has thrown -> "too many SQL variables" - i have added a recursive query strategy only for SQLite3 - use offset/limit |
||
---|---|---|
.. | ||
apps | ||
auth | ||
permissions | ||
routing | ||
rss | ||
settings | ||
themes | ||
url | ||
labs.js | ||
slack.js | ||
webhooks.js | ||
xmlrpc.js |