releases

2 rows where "published_at" is on date 2017-11-25

View and edit SQL

Suggested facets: created_at (date)

published_at (date)

  • 2017-11-25 · 2
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
8652417 https://github.com/simonw/csvs-to-sqlite/releases/tag/0.6.1 MDc6UmVsZWFzZTg2NTI0MTc= 0.6.1 master csvs-to-sqlite 0.6.1 0 simonw 9599 0 2017-11-25T02:57:01Z 2017-11-25T02:58:25Z [] - `-f and -c` now work for single table multiple columns. Fixes #12 csvs-to-sqlite 110509816
8652546 https://github.com/simonw/datasette/releases/tag/0.13 MDc6UmVsZWFzZTg2NTI1NDY= 0.13 master Datasette 0.13: foreign key, search and filters 0 simonw 9599 0 2017-11-25T03:33:39Z 2017-11-25T03:44:46Z [] # 0.13 (2017-11-24) - Search now applies to current filters. Combined search into the same form as filters. Closes [\#133](https://github.com/simonw/datasette/issues/133) - Much tidier design for table view header. Closes [\#147](https://github.com/simonw/datasette/issues/147) - Added `?column__not=blah` filter. Closes [\#148](https://github.c) - Row page now resolves foreign keys. Closes [\#132]() - Further tweaks to select/input filter styling. Refs [\#86]() - thanks for the help, @natbat\! - Show linked foreign key in table cells. - Added UI for editing table filters. Refs [\#86]() - Hide FTS-created tables on index pages. Closes [\#129]() - Add publish to heroku support \[Jacob Kaplan-Moss\] `datasette publish heroku mydb.db` Pull request [\#104]() - Initial implementation of `?_group_count=column`. URL shortcut for counting rows grouped by one or more columns. `?_group_count=column1&_group_count=column2` works as well. SQL generated looks like this: select "qSpecies", count(*) as "count" from Street_Tree_List group by "qSpecies" order by "count" desc limit 100 Or for two columns like this: select "qSpecies", "qSiteInfo", count(*) as "count" from Street_Tree_List group by "qSpecies", "qSiteInfo" order by "count" desc limit 100 Refs [\#44]() - Added `--build=master` option to datasette publish and package. The `datasette publish` and `datasette package` commands both now accept an optional `--build` argument. If provided, this can be used to specify a branch published to GitHub that should be built into the container. This makes it easier to test code that has not yet been officially released to PyPI, e.g.: datasette publish now mydb.db --branch=master … datasette 107914493

Advanced export

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

CSV options:

CREATE TABLE [releases] (
   [html_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [tag_name] TEXT,
   [target_commitish] TEXT,
   [name] TEXT,
   [draft] INTEGER,
   [author] INTEGER REFERENCES [users]([id]),
   [prerelease] INTEGER,
   [created_at] TEXT,
   [published_at] TEXT,
   [assets] TEXT,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
)
Powered by Datasette · Query took 27.363ms · About: github-to-sqlite