home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

11 rows where "committer_date" is on date 2019-12-30 and repo = 140912432 sorted by author_date descending

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: committer_date, author_date (date), committer_date (date)

repo 1

  • sqlite-utils · 11 ✖

author 1

  • simonw 11
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
1f3f902ea4c991e6b8ad0fcfd6cffd01e3aa1c23 Typo 2019-12-30T13:01:36Z 2019-12-30T13:01:36Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
6b79cb706a6d6252d1b66e4565283b73b3090851 Removed rogue parenthesis 2019-12-30T06:51:07Z 2019-12-30T06:51:07Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
c6c2e7184bbfeaa84fd78ec0cd9d878715f64f98 Release 2.0 2019-12-30T06:18:58Z 2019-12-30T06:18:58Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
0b0a431bff94d24866fc10d82dc91ab00287de2d Changelog for 2.0 release 2019-12-30T06:18:44Z 2019-12-30T06:18:44Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
f0f15d3dc8dc686642f2c40894c011a2e6bac240 Reformatted with black 2019-12-30T06:09:52Z 2019-12-30T06:09:52Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
a0f0175d64d3c52529703755b89daf9c24d12d8b Updated help for upsert, refs #66 2019-12-30T06:05:31Z 2019-12-30T06:05:31Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
468d51314adac193e63b3a6ef9d67f0d43501e9b test_upsert_compound_primary_key 2019-12-30T05:31:03Z 2019-12-30T05:31:03Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
9f47e8b9a4cb788b48b76aee1333c6f3baaebbd6 Documentation for new upsert v.s insert-replace Refs #66 2019-12-30T05:23:58Z 2019-12-30T05:29:23Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
84bcabd09381a98502797a7d1adee357a1d45a67 New upsert implementation, refs #66 2019-12-30T05:03:43Z 2019-12-30T05:29:23Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
cfbc09967e1bf69df9355a4a57e3f63882019b41 Ran black, plus added comments for next step Refs #66 2019-12-27T09:30:29Z 2019-12-30T05:29:23Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
607a2a9ff63b2bf8b14ed67b66ead5d00c77f2b7 insert --replace and insert(..., replace=True) Refs #66 2019-12-27T09:15:31Z 2019-12-30T05:29:23Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599

Advanced export

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

CSV options:

CREATE TABLE [commits] (
   [sha] TEXT PRIMARY KEY,
   [message] TEXT,
   [author_date] TEXT,
   [committer_date] TEXT,
   [raw_author] TEXT REFERENCES [raw_authors]([id]),
   [raw_committer] TEXT REFERENCES [raw_authors]([id]),
   [repo] INTEGER REFERENCES [repos]([id]),
   [author] INTEGER REFERENCES [users]([id]),
   [committer] INTEGER REFERENCES [users]([id])
);
CREATE INDEX [idx_commits_committer]
                ON [commits] ([committer]);
CREATE INDEX [idx_commits_author]
                ON [commits] ([author]);
CREATE INDEX [idx_commits_repo]
                ON [commits] ([repo]);
CREATE INDEX [idx_commits_raw_committer]
                ON [commits] ([raw_committer]);
CREATE INDEX [idx_commits_raw_author]
                ON [commits] ([raw_author]);
Powered by Datasette · Queries took 40.27ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows