Skip to content

special characters in connection name #118

Closed
@wolframhaussig

Description

@wolframhaussig

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

Activity

PhilippSalvisberg

PhilippSalvisberg commented on Dec 4, 2020

@PhilippSalvisberg
Member

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

added this to the v1.3.0 milestone on Dec 26, 2020
wolframhaussig

wolframhaussig commented on Jan 4, 2021

@wolframhaussig
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

PhilippSalvisberg commented on Jan 4, 2021

@PhilippSalvisberg
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

wolframhaussig commented on Jan 4, 2021

@wolframhaussig
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.

added a commit that references this issue on Jan 4, 2021

fixes #118 (again) spaces are encoded as plus signs in connection names

78f0ae8
added a commit that references this issue on Jan 4, 2021

Merge pull request #129 from utPLSQL/bugfix/issue-124-double-click-on…

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

    Participants

    @PhilippSalvisberg@wolframhaussig

    Issue actions

      special characters in connection name · Issue #118 · utPLSQL/utPLSQL-SQLDeveloper