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

special characters in connection name #118

Closed
wolframhaussig opened this issue Dec 4, 2020 · 4 comments · Fixed by #119 or #129
Closed

special characters in connection name #118

wolframhaussig opened this issue Dec 4, 2020 · 4 comments · Fixed by #119 or #129
Assignees
Labels
Milestone

Comments

@wolframhaussig
Copy link

It is just a minor beauty bug, but it would still be nice to see this fixed:
We have connections in the SQL-Developer named username@database, e.g. sys@local. When I use the button "run utplsql test" in sqldeveloper the utplsql shows the name wrongly in the history list:
image
Instead of SQL_TOOLS@lokal the UI shows SQL_TOOLS%40lokal

@PhilippSalvisberg
Copy link
Member

Yes, I consider this a bug. Thanks for reporting.

@wolframhaussig
Copy link
Author

@PhilippSalvisberg I have just tested your fix and it works: instead of %40 the @ sign will be displayed correctly. But I have found that the space character is displayed as a + sign (sorry for not finding that earlier)

@PhilippSalvisberg
Copy link
Member

Thanks @wolframhaussig for checking. I wonder since when spaces are allowed in the connection name.

image

But I see that it works. Looks like they are treated in a special way. I'll fix that.

@wolframhaussig
Copy link
Author

I am using version 20.2.0.175(Build 175.1842) but it worked before. I think it worked in version 18.x already but I am not sure when it started exactly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment