Skip to content

Conversation

@rolandwalker
Copy link
Contributor

Description

Allow table names to be completed with a leading schema name as in

schema.table

Note however that the table names can only be successfully completed if they are in the currently-selected schema. Completing table names in another schema is still a todo.

This is a one-line fix that appears to be due to a confusion between the strings "database" and "schema" in the completion code.

Strictly speaking this fixes #1142, but not #109.

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.

Allow table names to be completed with a leading schema name as in

    schema.table

Note however that the table names can only be successfully completed
if they are in the currently-selected schema.  Completing table names in
another schema is still a todo.

This is a one-line fix that appears to be due to a confusion between
the strings "database" and "schema" in the completion code.
@rolandwalker rolandwalker self-assigned this Jan 21, 2026
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.

Support multiple databases?

2 participants