home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

11 rows where "committer_date" is on date 2022-06-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 · 11 ✖

author 1

  • simonw 11
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
b8af3b96f5c72317cc8783dc296a94f6719987d9 Fix bug with detect_fts() and similar table names, closes #434 2022-06-14T23:24:06Z 2022-06-14T23:24:06Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
1b09538bc6c1fda773590f3e600993ef06591041 where= and where_args= parameters to search() and search_sql() Closes #441 2022-06-14T21:54:35Z 2022-06-14T21:54:35Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
0b6aba696dd07814d97f563de6ad1d5daab01fd9 Documentation for maximize_csv_field_size_limit, closes #442 2022-06-14T21:31:45Z 2022-06-14T21:31:45Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
9d1bac4a99fd7f9ef2a6cb44242a00e1faa408e4 Test for maximize_csv_field_size_limit, refs #442 2022-06-14T21:23:54Z 2022-06-14T21:23:54Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
0cee77b1764f7dff029eb0ea1e857e5b69c591ee Update test for renamed restkey, refs #440, #443 2022-06-14T21:14:10Z 2022-06-14T21:14:20Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
ce670e2d44327f9e73452aba30da632902f6a937 Docs for rows_from_file Closes #440, closes #443 2022-06-14T20:12:32Z 2022-06-14T20:12:42Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
f142bb1212f98c1cb9ff72a3161351c5c8d1d281 flake8 fix, refs #440 2022-06-14T16:14:57Z 2022-06-14T16:14:57Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
d9c715a2fc0e4ccc0dd8e50ae68686a09f92eda8 One more typing fix, refs #440 2022-06-14T16:07:57Z 2022-06-14T16:07:57Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
19efee2746d4afdb67a7225b6972aa5aa7bbb1b7 mypy fixes, refs #440 2022-06-14T15:39:08Z 2022-06-14T15:39:08Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
ad96bd18c37a789b0505dbef0057557c7415b133 Tests for rows_from_file, refs #440 2022-06-14T15:14:38Z 2022-06-14T15:14:38Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
d379f430f8bc00e5177d38097c9ab2919152ee76 rows_from_file(... ignore_extras: bool, restkey: str), refs #440 2022-06-14T15:14:02Z 2022-06-14T15:14:02Z 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 41.128ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows