home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

12 rows where "committer_date" is on date 2021-02-14 and repo = 140912432 sorted by author_date descending

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

repo 1

  • sqlite-utils · 12 ✖

author 1

  • simonw 12
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
8fcaee03b718754cc429e03d74ac3ac5d49da92f Release 3.5 Refs #228, #229, #230, #231, #232, #234 2021-02-14T22:43:06Z 2021-02-14T22:43:06Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
ef13bb046f525f33cda7cd56a12093a5071a3cb6 Useful error message for enable_fts() on views, closes #220 2021-02-14T22:34:22Z 2021-02-14T22:34:22Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
50d2096f5ed718df5a6704c2ea265f44d6e9907f --no-headers option for sqlite-utils insert --csv, closes #228 2021-02-14T22:25:03Z 2021-02-14T22:25:03Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
427dace184c7da57f4a04df07b1e84cdae3261e8 Added --csv example to README 2021-02-14T21:36:43Z 2021-02-14T21:36:43Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
67cce7c86139426bd8a5c60c8b48c01bd53bebe4 Run publish tests on macOS and Windows too, refs #232 2021-02-14T21:35:12Z 2021-02-14T21:35:12Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
1a93b72ba710ea2271eaabc204685a27d2469374 Increase csv field_size_limit to maximum, closes #229 Refs #227 2021-02-14T21:33:21Z 2021-02-14T21:33:21Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
8f042ae1fd323995d966a94e8e6df85cc843b938 Fix for bug with extra columns in later chunks, closes #234 Thanks @nieuwenhoven for the fix, proposed in #225 2021-02-14T21:03:17Z 2021-02-14T21:03:31Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
f51a1f6c3cb2929bcf79cb4efe3b2a9886d9c25c Run tests against Ubuntu, macOS and Windows With tests fixes for Windows, thanks to @nieuwenhoven in #225. Closes #232 2021-02-14T20:39:54Z 2021-02-14T20:39:54Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
320f3ac33a83b32f89559ef0c162b7eca428a278 offset= and limit= parameters, closes #231 2021-02-14T20:02:41Z 2021-02-14T20:02:41Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
cf811e35e1cbb78cd0347e73c2b747d1f4b8497d Formatting fix 2021-02-14T19:25:58Z 2021-02-14T19:25:58Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
99ff0a288c08ec2071139c6031eb880fa9c95310 sqlite-utils insert --sniff option, closes #230 2021-02-14T19:23:12Z 2021-02-14T19:23:12Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
1e9eb875a64dfc65d786f4c6a52f6ba08b25b86b Switch from codecs.getreader to io.TextIOWrapper, refs #230 2021-02-14T18:33:26Z 2021-02-14T18:33:26Z 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 39.091ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows