home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 991381281

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/353#issuecomment-991381281 https://api.github.com/repos/simonw/sqlite-utils/issues/353 991381281 IC_kwDOCGYnMM47F0ch 9599 2021-12-10T23:57:26Z 2021-12-10T23:57:26Z OWNER

My first attempt at building this looked a little bit strange, because you would end up having a file like this convert.py:

value = value.upper() return value Which gets used like this:

cat convert.py | sqlite-utils convert my.db mytable col1 -

But... that convert.py code isn't actually valid Python - it's a weird thing where you have a partial snippet of Python code that gets wrapped in a function automatically.

It would be better if you could write convert.py as a valid Python file with a function in it, something like this: python def convert(value): value = value.upper() return value

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