home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 1473411197

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association pull_request body repo type active_lock_reason performed_via_github_app reactions draft state_reason
1473411197 I_kwDOBm6k_c5X0nh9 1927 ignore:true/replace:true options for /db/-/create API 9599 closed 0   8711695 5 2022-12-02T20:32:30Z 2022-12-15T01:47:01Z 2022-12-08T01:43:01Z OWNER  

See also: - #1924

It turns out I want to be able to call /db/-/create multiple times with the rows argument, so that I don't have to worry about creating the table first.

As such I find myself wanting support for the "insert": true and "replace": true options as well.

Still TODO:

  • [x] A test for the case where you call /-/create twice with rows without using these options
  • [x] pk should be required if you are using these options
  • [x] Error if you pass pk and the table exists already but has a different pk
  • [x] Documentation for insert and replace - and what happens if you repeat a /-/create with rows generally
  • [x] Documentation should explain that you are allowed to call /-/create more than once using rows.
107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/1927/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed

Links from other tables

  • 2 rows from issues_id in issues_labels
  • 5 rows from issue in issue_comments
Powered by Datasette · Queries took 1.837ms · About: github-to-sqlite