Skip to content

Conversation

@scottnemes
Copy link
Contributor

Description

  • Fixes list assignment index out of range error issue when selecting from an empty table (no rows).

Fixes #1481

Checklist

  • I've added this contribution to the changelog.md.
  • I've added my name to the AUTHORS file (or it's already there).
  • I ran uv run ruff check && uv run ruff format && uv run mypy --install-types . to lint and format the code.

@scottnemes scottnemes self-assigned this Jan 25, 2026
Copy link
Contributor

@rolandwalker rolandwalker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

@scottnemes scottnemes merged commit 2923cf7 into dbcli:main Jan 26, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug] You get a "list assignment index out of range" error when SELECTing from an empty table

2 participants