Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(web-console): get rid of autocomplete duplicates #268

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

insmac
Copy link
Contributor

@insmac insmac commented Mar 13, 2024

When QuestDB instance is down and then restarted, clicking the "Refresh" icon on the Tables menu bar will result in getting duplicates (or, in some cases, triplicates) of autocomplete suggestions.

Steps to replicate and test the correct behavior:

  1. Load the Web Console.
  2. Stop the running QuestDB instance.
  3. Run any query or click "Refresh" icon on the Tables menu bar.
  4. Start QuestDB instance again.
  5. Run any query again or refresh the table list. Autocomplete should not show any duplicates (it will show up duplicates on main).

Screenshot of the issue:
Screenshot 2024-03-13 at 14 36 04

@insmac insmac added the web-console Issues relevant to "web-console" package label Mar 13, 2024
@bluestreak01 bluestreak01 merged commit 545a8bb into main Mar 15, 2024
2 checks passed
@bluestreak01 bluestreak01 deleted the web-console/fix-autocomplete-duplicates branch March 15, 2024 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web-console Issues relevant to "web-console" package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants