home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

8 rows where "committer_date" is on date 2020-09-08 sorted by author_date descending

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

author 2

  • simonw 7
  • simonwiles 1

repo 1

  • sqlite-utils 8
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
6be61263642d8e46ec54cf5f51af74e0df2f2393 Release 2.18 Refs #145. #155 2020-09-08T23:37:28Z 2020-09-08T23:37:28Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
32f1badfec7302dd4b1fd2a60be8af40a990c30d Tracer example using print, refs #150 2020-09-08T23:27:55Z 2020-09-08T23:27:55Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
e6d202b742a7b531fffa593703d34f8337632d68 Handle case where subsequent records (after first batch) include extra columns Refs #145. * Extract build_insert_queries_and_params * Extract insert_chunk so it can be called recursively Thanks, @simonwiles 2020-09-08T23:20:36Z 2020-09-08T23:20:36Z Simon Wiles a02cf01c415b3ca2d3b4458167191f30850ff9dd GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonwiles 96218 web-flow 19864447
176f4e0ef4a4825ae3b61a5f7169a8943fccb073 sqlite-utils rebuild-fts command, closes #155 2020-09-08T23:16:03Z 2020-09-08T23:16:03Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
76548596a6397336042fffeb0fcab24e6ef59cfe optimize command now accepts optional tables, refs #155 2020-09-08T22:34:55Z 2020-09-08T22:34:55Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
9680a0291c7f5692076c468985c71f7fc6f5f199 'Soundness check' is better 2020-09-08T22:24:39Z 2020-09-08T22:24:39Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
64799df78b14a12084d1def91c561abdcbcd8773 .optimize() no longer cleans up _docsize This isn't necessary any more since the new .rebuild_fts() method can achieve the same thing. Refs #155, #153 2020-09-08T22:18:12Z 2020-09-08T22:18:12Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
4c0f79398fa8a08515781d12243af21af8d9004e table.rebuild_fts() method, refs #155 2020-09-08T22:09:25Z 2020-09-08T22:09:25Z 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 95.069ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows