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

'Add' table name incorrectly overwrites cursor text #41

Open
bsmth opened this issue Feb 10, 2022 · 0 comments
Open

'Add' table name incorrectly overwrites cursor text #41

bsmth opened this issue Feb 10, 2022 · 0 comments
Labels
bug Something isn't working web-console Issues relevant to "web-console" package

Comments

@bsmth
Copy link
Contributor

bsmth commented Feb 10, 2022

Describe the bug

If I use the Add button from the schema explorer with text selected, additional single quotes are added to the end of the string.

To reproduce

  1. got to https://demo.questdb.io/
  2. type test and select this text in the SQL editor
  3. click the Add button on the telemetry table in the schema explorer

test should be replaced with 'telemetry' but instead is replaced with 'telemetry''

Expected Behavior

Selected text is completely overwritten and closing single quotes are not duplicated.

Environment

- **QuestDB version**: 6.2

Additional context

No response

@bsmth bsmth added the bug Something isn't working label Feb 10, 2022
@argshook argshook transferred this issue from questdb/questdb Sep 30, 2022
@argshook argshook added the web-console Issues relevant to "web-console" package label Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working web-console Issues relevant to "web-console" package
Projects
No open projects
Status: New
Development

No branches or pull requests

2 participants