home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

10 rows where "author_date" is on date 2021-08-02 and repo = 140912432 sorted by author_date descending

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

repo 1

  • sqlite-utils · 10 ✖

author 1

  • simonw 10
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
d83f624a3124ef9489014fc1f023646f082fdc55 Clarified documentation for convert recipes, refs #251 2021-08-02T22:39:16Z 2021-08-02T22:39:16Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
ec50e5eebc502c85448a2d3db74985c3b0c630c5 sqlite3.enable_callback_tracebacks(True) in docs, closes #300 2021-08-02T21:53:44Z 2021-08-02T21:53:44Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
e83aef951bd3e8c179511faddb607239a5fa8682 New :issue: macro, closes #306 2021-08-02T21:29:00Z 2021-08-02T21:29:16Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
723ee35344fa9f5e49dca578170cc5f5eb7223ce Release 3.14 Refs #251, #301, #302, #303, #304, #305 2021-08-02T21:18:01Z 2021-08-02T21:29:16Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
59032b00bb252c6d8cc43cbc490e0492423f61b1 Fixed incorrect example in documentation 2021-08-02T19:29:55Z 2021-08-02T19:29:55Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
60dea99ef78c748dedabb6e5f50510a1750fecec --silent option for sqlite-utils insert-files, closes #301 2021-08-02T19:12:16Z 2021-08-02T19:12:16Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
d83b2568131f2b1cc01228419bb08c96d843d65d --where and -p options for sqlite-utils convert, closes #304 2021-08-02T18:58:05Z 2021-08-02T18:58:05Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
69c7da5ec9698dabeb23379cc08d012b0cd8e6d2 Implemented .convert(..., where=, where_args=), refs #304 2021-08-02T18:33:56Z 2021-08-02T18:33:56Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
4823aff4c33dd979bf61dcade2d3a6006d248372 table.count_where() method, closes #305 2021-08-02T05:05:03Z 2021-08-02T05:08:17Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
5ec6686153e29ae10d4921a1ad4c841f192f20e2 sqlite-utils convert command and db[table].convert(...) method Closes #251, closes #302. 2021-08-02T04:47:39Z 2021-08-02T04:47:39Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447

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.339ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows