Skip to content

Support mutating row in --convert without returning it #371

@simonw

Description

@simonw

Currently you have to do this:

$ sqlite-utils insert dogs.db dogs dogs.json --convert '
row["is_good"] = 1
return row'

Would be neat if this worked too:

$ sqlite-utils insert dogs.db dogs dogs.json \
  --convert 'row["is_good"] = 1'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions