Skip to content

Fix autocomplete for custom schemas - #613

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

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.
@brandur

brandur commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

@gzxu Ah doh, sorry for the delay on this one. The necessary fixes here should have come in with #629, so going to close this in favor of that. We have a new release with v0.17.0.

@brandur brandur closed this Jul 31, 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.

2 participants