Ghost/core/server
kirrg001 08f54d2f57 Added protection against "too many SQL variables" for SQLite3
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
2018-08-08 19:17:01 +02:00
..
adapters ES6 migration: server/adapters/scheduling/post-scheduling (#9698) 2018-06-26 00:46:31 +02:00
api Added option to import clients and trusted domains 2018-08-03 14:12:06 +02:00
apps ES6 migration: server/apps/amp (#9667) 2018-07-23 14:43:01 +02:00
config Replaced routeKeywords in config with hard coded keywords (#9561) 2018-04-17 10:36:05 +01:00
data Importer: Added protection for duplicate trusted domains 2018-08-08 19:00:23 +02:00
helpers Updated docs links 2018-07-20 23:49:16 +02:00
lib Koenig - Added rich-text caption support 2018-08-08 14:29:20 +01:00
models Added protection against "too many SQL variables" for SQLite3 2018-08-08 19:17:01 +02:00
public 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
services Added protection against "too many SQL variables" for SQLite3 2018-08-08 19:17:01 +02:00
translations Updated docs links 2018-07-20 23:49:16 +02:00
views Fixed error trying to render 404 for missing asset 2017-12-22 20:08:59 +00:00
web Updated docs links 2018-07-20 23:49:16 +02:00
analytics-events.js Cleared out old unused events 2017-12-13 09:08:25 +00:00
filters.js Moved pipeline/sequence to lib/promise 2017-12-13 22:20:02 +01:00
ghost-server.js Consistent event names 2018-04-15 23:52:42 +02:00
index.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
overrides.js Added /oembed API endpoint 2018-06-12 16:18:01 +01:00
update-check.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00