Description
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:
Instead of SQL_TOOLS@lokal the UI shows SQL_TOOLS%40lokal
Activity
PhilippSalvisberg commentedon Dec 4, 2020
Yes, I consider this a bug. Thanks for reporting.
wolframhaussig commentedon Jan 4, 2021
@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 commentedon Jan 4, 2021
Thanks @wolframhaussig for checking. I wonder since when spaces are allowed in the connection name.
But I see that it works. Looks like they are treated in a special way. I'll fix that.
wolframhaussig commentedon Jan 4, 2021
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.
fixes #118 (again) spaces are encoded as plus signs in connection names
Merge pull request #129 from utPLSQL/bugfix/issue-124-double-click-on…