Skip to content

Fix autocomplete for custom schemas#613

Open
gzxu wants to merge 1 commit into
riverqueue:masterfrom
gzxu:autocomplete-schema
Open

Fix autocomplete for custom schemas#613
gzxu wants to merge 1 commit into
riverqueue:masterfrom
gzxu:autocomplete-schema

Conversation

@gzxu

@gzxu gzxu commented Jul 3, 2026

Copy link
Copy Markdown

Autocomplete queries for job kinds and queue names did not pass River's configured database schema. With a non-default schema, suggestions could be missing or sourced from the wrong schema.

Pass Client.Schema() to both driver queries so autocomplete reads from the same schema as the River client.

Autocomplete queries did not pass the River client's configured schema.
With a non-default schema, job kind and queue name suggestions could query
the wrong tables.

Pass the configured schema to both driver queries so autocomplete reads
from the same schema as the River client.
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.

1 participant