home / github

Menu
  • Search all tables
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

2 rows where repo = 611552758

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

id ▼ node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association repo url merged_by auto_merge
1299129869 PR_kwDOJHON9s5NbyYN 13 open 0 use universal command amlestin 14314871   2023-04-02T15:10:54Z 2023-04-02T15:37:34Z     b40fdee5efac03f10257f749ee7f69e4692ad6c5     0 8111718e747f59dddcb5bf7820ce922e0723c04a e55a802d37a896475b6cf475c1ba947af63cca73 FIRST_TIME_CONTRIBUTOR apple-notes-to-sqlite 611552758 https://github.com/dogsheep/apple-notes-to-sqlite/pull/13    
1501923826 PR_kwDOJHON9s5ZhYny 14 open 0 fix: fix the problem of Chinese character garbling barretlee 2698003 1. The code uses two different ways of writing encoding formats, `mac_roman` and `macroman`. It is uncertain whether there are any typo errors. 2. When there are Chinese characters in the content, exporting it results in garbled code. Changing it to `utf8` can fix the issue. 2023-09-04T23:48:28Z 2023-09-04T23:48:28Z     66b5b73948b1bedc275432956dda43cfe151c78c     0 5febe19b8922aa818e7dc265bdee30bcc5004eb4 e55a802d37a896475b6cf475c1ba947af63cca73 FIRST_TIME_CONTRIBUTOR apple-notes-to-sqlite 611552758 https://github.com/dogsheep/apple-notes-to-sqlite/pull/14    

Advanced export

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

CSV options:

CREATE TABLE [pull_requests] (
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [number] INTEGER,
   [state] TEXT,
   [locked] INTEGER,
   [title] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [body] TEXT,
   [created_at] TEXT,
   [updated_at] TEXT,
   [closed_at] TEXT,
   [merged_at] TEXT,
   [merge_commit_sha] TEXT,
   [assignee] INTEGER REFERENCES [users]([id]),
   [milestone] INTEGER REFERENCES [milestones]([id]),
   [draft] INTEGER,
   [head] TEXT,
   [base] TEXT,
   [author_association] TEXT,
   [repo] INTEGER REFERENCES [repos]([id]),
   [url] TEXT,
   [merged_by] INTEGER REFERENCES [users]([id])
, [auto_merge] TEXT);
CREATE INDEX [idx_pull_requests_merged_by]
    ON [pull_requests] ([merged_by]);
CREATE INDEX [idx_pull_requests_repo]
    ON [pull_requests] ([repo]);
CREATE INDEX [idx_pull_requests_milestone]
    ON [pull_requests] ([milestone]);
CREATE INDEX [idx_pull_requests_assignee]
    ON [pull_requests] ([assignee]);
CREATE INDEX [idx_pull_requests_user]
    ON [pull_requests] ([user]);
Powered by Datasette · Queries took 38.69ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows