dclient/tests
Claude e0efd08fa3
Add rows command with --filter, --where, --sort, --sort-desc options
New `rows` command fetches rows from a Datasette table with support for:
- `-f`/`--filter column op value` mapping to `?column__op=value` query params
- `--where` for raw SQL WHERE clauses (multiple allowed)
- `--sort` and `--sort-desc` for sorting (mutually exclusive)
- `eq` operator alias maps to Datasette's `exact` filter
- All other operators passed through directly to Datasette

https://claude.ai/code/session_01W24ZNk4u2qJRZ51rzx4cN7
2026-02-25 01:58:34 +00:00
..
test_cli_auth.py dclient auth commands 2023-07-17 16:23:53 -07:00
test_datasette_plugin.py Rename 'datasette client' to 'datasette dt', closes #18 2024-02-25 11:10:53 -08:00
test_env.py Support DATASETTE_URL and DATASETTE_TOKEN environment variables 2026-02-23 22:10:59 -08:00
test_insert.py Fixed asyncio pattern for tests 2026-02-23 21:43:23 -08:00
test_query.py dclient auth commands 2023-07-17 16:23:53 -07:00
test_rows.py Add rows command with --filter, --where, --sort, --sort-desc options 2026-02-25 01:58:34 +00:00
test_utils.py dclient auth commands 2023-07-17 16:23:53 -07:00