home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 807647791

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/251#issuecomment-807647791 https://api.github.com/repos/simonw/sqlite-utils/issues/251 807647791 MDEyOklzc3VlQ29tbWVudDgwNzY0Nzc5MQ== 9599 2021-03-25T22:42:48Z 2021-03-25T22:44:31Z OWNER

Idea: enhance lambda to allow it to return a dictionary of values, which will then be used to populate new columns. Use a --multicolumn option to indicate this:

sqlite-utils convert lambda mydb.db mytable mycolumn \
  --code '{"first_name": value.split()[0], "last_name": value.split()[1]}' \
  --multicolumn --drop

The --drop means "drop the mycolumn column after making this change".

Maybe --multi is a better name than --multicolumn here, since either way it's going to need additional explanation somewhere.

Would this overlap with #239 at all?

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