home / github / issues

Menu
  • GraphQL API

issues: 462817589

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
462817589 MDU6SXNzdWU0NjI4MTc1ODk= 36 Support compound primary keys 9599 closed 0     0 2019-07-01T17:00:07Z 2019-07-15T04:28:52Z 2019-07-15T04:28:52Z OWNER   This should work: ```python table = db["dog_breeds"].insert({ "dog_id": 1, "breed_id": 2 }, pk=("dog_id", "breed_id")) ``` Needed for m2m work in #23 140912432 issue     {"url": "https://api.github.com/repos/simonw/sqlite-utils/issues/36/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

  • 1 row from issues_id in issues_labels
  • 0 rows from issue in issue_comments
Powered by Datasette · Queries took 1.115ms