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
What is the bug? This bug is related to direct query.
The LogExplorer for data sources has an option to "View databases and tables". Clicking this button opens a flyover where the ..
Example: Database with name my-db becomes <backquote>my-db<backquote> (backquote = `)
my-db
<backquote>my-db<backquote>
The same behavior is not seen for tables with hyphens in the name
Example: Table with name my-table does not get backquotes added when copying
my-table
How can one reproduce the bug? Steps to reproduce the behavior:
What is the expected behavior? Table names with hyphens should be backquoted the same way database names with hyphens are
What is your host/environment?
Do you have any screenshots?
Do you have any additional context? Add any other context about the problem.
The text was updated successfully, but these errors were encountered:
[Catch All Triage - 1, 2, 3, 4, 5]
Sorry, something went wrong.
No branches or pull requests
What is the bug?
This bug is related to direct query.
The LogExplorer for data sources has an option to "View databases and tables". Clicking this button opens a flyover where the ..
can be copied. When the db has hyphens in the name, backquotes are added to make it valid SQL syntax.Example:
Database with name
my-db
becomes<backquote>my-db<backquote>
(backquote = `)The same behavior is not seen for tables with hyphens in the name
Example:
Table with name
my-table
does not get backquotes added when copyingHow can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
Table names with hyphens should be backquoted the same way database names with hyphens are
What is your host/environment?
Do you have any screenshots?
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: