home / content

releases

2 rows where repo = 248999994

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), published_at (date)

id ▼ html_url author node_id tag_name target_commitish name draft prerelease created_at published_at body repo reactions mentions_count
24736104 https://github.com/simonw/datasette-show-errors/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTI0NzM2MTA0 0.1 master 0.1 0 0 2020-03-21T15:05:32Z 2020-03-21T15:10:46Z First working version - a simple wrapper around Starlette's `ServerErrorMiddleware` datasette-show-errors 248999994    
24736480 https://github.com/simonw/datasette-show-errors/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTI0NzM2NDgw 0.2 master 0.2 0 0 2020-03-21T15:41:01Z 2020-03-21T15:44:01Z Shipped to PyPI with correct name: https://pypi.org/project/datasette-show-errors/ - #1 datasette-show-errors 248999994    

Advanced export

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

CSV options:

CREATE TABLE [releases] (
   [html_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [author] INTEGER REFERENCES [users]([id]),
   [node_id] TEXT,
   [tag_name] TEXT,
   [target_commitish] TEXT,
   [name] TEXT,
   [draft] INTEGER,
   [prerelease] INTEGER,
   [created_at] TEXT,
   [published_at] TEXT,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
, [reactions] TEXT, [mentions_count] INTEGER);
CREATE INDEX [idx_releases_repo]
    ON [releases] ([repo]);
CREATE INDEX [idx_releases_author]
    ON [releases] ([author]);
Powered by Datasette · Queries took 156.044ms