Hi,
When i right click a Method in a Oracle package, and select "Test" , it seems to add double quotes around the package, I am sure this didn't use to happen before, i think it came in a recent update? Can we remove it please? We use the Test code to copy paste to our clients now, we will have to manually remove double quotes and if we forget our client has compilation issues.
eg:- Now:
"EXT_REP_UTIL3_API".Get_Order_Plan_Hinge
it used to do below:
EXT_REP_UTIL3_API.Get_Order_Plan_Hinge - which the format we want it to have.
Thanks
Sak
When i right click a Method in a Oracle package, and select "Test" , it seems to add double quotes around the package, I am sure this didn't use to happen before, i think it came in a recent update? Can we remove it please? We use the Test code to copy paste to our clients now, we will have to manually remove double quotes and if we forget our client has compilation issues.
eg:- Now:
"EXT_REP_UTIL3_API".Get_Order_Plan_Hinge
it used to do below:
EXT_REP_UTIL3_API.Get_Order_Plan_Hinge - which the format we want it to have.
Thanks
Sak
Last edited: