home / docs

sections

1 row where breadcrumbs contains "0.44 (2020-06-11)" and references = "[{"href": "https://github.com/simonw/datasette/issues/798", "label": "#798"}]" sorted by references

✎ View and edit SQL

This data as json, CSV (advanced)

breadcrumbs (array) 2 ✖

  • 0.44 (2020-06-11) · 1 ✖
  • Changelog 1

references 1 ✖

  • [{"href": "https://github.com/simonw/datasette/issues/798", "label": "#798"}] · 1 ✖
id page ref title content breadcrumbs references ▼
changelog:csrf-protection changelog csrf-protection CSRF protection Since writable canned queries are built using POST forms, Datasette now ships with CSRF protection ( #798 ). This applies automatically to any POST request, which means plugins need to include a csrftoken in any POST forms that they render. They can do that like so: <input type="hidden" name="csrftoken" value="{{ csrftoken() }}"> ["Changelog", "0.44 (2020-06-11)"] [{"href": "https://github.com/simonw/datasette/issues/798", "label": "#798"}]

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [sections] (
   [id] TEXT PRIMARY KEY,
   [page] TEXT,
   [ref] TEXT,
   [title] TEXT,
   [content] TEXT,
   [breadcrumbs] TEXT,
   [references] TEXT
);
Powered by Datasette · Queries took 14.025ms