home / github / commits

Menu
  • GraphQL API

commits: 8252e71da461c425e625e1c3e4ee0bd92ea4cbf0

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
8252e71da461c425e625e1c3e4ee0bd92ea4cbf0 Limit on max rows returned, controlled by --max_returned_rows option If someone executes 'select * from table' against a table with a million rows in it, we could run into problems: just serializing that much data as JSON is likely to lock up the server. Solution: we now have a hard limit on the maximum number of rows that can be returned by a query. If that limit is exceeded, the server will return a `"truncated": true` field in the JSON. This limit can be optionally controlled by the new `--max_returned_rows` option. Setting that option to 0 disables the limit entirely. Closes #69 2017-11-13T19:33:01Z 2017-11-13T19:33:01Z 2946d096d0cdefdc017559e6b57e87658736e843 2946d096d0cdefdc017559e6b57e87658736e843 107914493 9599 9599
Powered by Datasette · Queries took 0.704ms