We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking at https://sqlite-utils.datasette.io/en/latest/cli-reference.html there are other commands that should accept multiple primary keys as well:
insert
upsert
insert-files
The transform command accepts multiple --pk already.
transform
--pk
Originally posted by @simonw in #620 (comment)
The text was updated successfully, but these errors were encountered:
No actually insert and upsert already support that:
sqlite-utils/sqlite_utils/cli.py
Lines 869 to 874 in 23be5be
Sorry, something went wrong.
Test for insert CLI with multiple --pk, refs #621
da92a30
Docs for insert with multiple --pk, refs #621
1feb0c4
1d050dc
Release 3.37
8b004b2
Refs #618, #619, #620, #621, #630, #632
No branches or pull requests
Looking at https://sqlite-utils.datasette.io/en/latest/cli-reference.html there are other commands that should accept multiple primary keys as well:
insert
upsert
insert-files
The
transform
command accepts multiple--pk
already.Originally posted by @simonw in #620 (comment)
The text was updated successfully, but these errors were encountered: