mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 19:52:01 +03: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 |
||
---|---|---|
.. | ||
adapters | ||
api | ||
apps | ||
config | ||
data | ||
helpers | ||
lib | ||
models | ||
public | ||
services | ||
translations | ||
views | ||
web | ||
analytics-events.js | ||
filters.js | ||
ghost-server.js | ||
index.js | ||
overrides.js | ||
update-check.js |