home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1556231832

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/sqlite-utils/issues/548#issuecomment-1556231832 https://api.github.com/repos/simonw/sqlite-utils/issues/548 1556231832 IC_kwDOCGYnMM5cwjaY 9599 2023-05-21T17:24:13Z 2023-05-21T17:24:13Z OWNER

Oh, I see why that is now:

https://github.com/simonw/sqlite-utils/blob/6027f3ea6939a399aeef2578fca17efec0e539df/sqlite_utils/cli.py#L2670-L2679

This is because of the following command:

sqlite-utils analyze-tables table1 table2 --column x

Since you can pass multiple tables AND multiple columns, the tool currently assumes that the column(s) you specify may be available on a subset of the provided tables.

I'm going to change this so if the column is not on ANY of those tables you get an error.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1718576761  
Powered by Datasette · Queries took 27.179ms · About: github-to-sqlite