Files
dbtool-cli-v1/examples/fixtures/EXPECTED_RESULTS.md
Paperclip CTO 7424491944
Some checks failed
release-smoke / macos-13 / x86_64-apple-darwin (push) Has been cancelled
release-smoke / ubuntu-latest / x86_64-unknown-linux-gnu (push) Has been cancelled
release-smoke / windows-latest / x86_64-pc-windows-msvc (push) Has been cancelled
chore: bootstrap independent git workflow
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-26 03:49:29 +00:00

29 lines
622 B
Markdown

# Expected Results
Use these assertions when verifying `connect`, `inspect`, `query`, and `export`.
## PostgreSQL
- schema: `qa_demo`
- tables: `accounts`, `tickets`
## MySQL
- database: `qa_demo`
- tables: `accounts`, `tickets`
## SQLite
- file: `examples/tmp/dbtool-demo.sqlite`
- tables: `accounts`, `tickets`
## Shared Data Assertions
- `accounts` row count: `3`
- `tickets` row count: `4`
- open tickets: `3`
- closed tickets: `1`
- at least one `NULL` value exists in `tickets.notes`
- at least one multilingual value exists in `accounts.display_name`
- export query returns `4` rows ordered by `ticket_id`