We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I use the Add button from the schema explorer with text selected, additional single quotes are added to the end of the string.
Add
test
telemetry
test should be replaced with 'telemetry' but instead is replaced with 'telemetry''
'telemetry'
'telemetry''
Selected text is completely overwritten and closing single quotes are not duplicated.
- **QuestDB version**: 6.2
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
test
and select this text in the SQL editorAdd
button on thetelemetry
table in the schema explorertest
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
Additional context
No response
The text was updated successfully, but these errors were encountered: