Clever Idea Consulting
Member²
I am using the latest 7.0.1.1066 build / 10gR2 server(win32) / 9iR2 client bins
The code completion returns the double quotes, but it is always in all lower case between the quotes.
For example:
PackageA spec has defined:
When typing code for PackageB's body, when I type PackageA. (and pause) I get "myconstant" in the code completion window and if I select it, it returns exactly "myconstant" which of course isn't a valid identifier.
Does PL/SQL Developer specifically NOT support double-quoted identifiers or is this a bug? This is a fairly large problem for me.
Thanks,
Michael O'Neill
Clever Idea Consulting
The code completion returns the double quotes, but it is always in all lower case between the quotes.
For example:
PackageA spec has defined:
Code:
"MyConstant" constant varchar2(10) := 'whatever';
Does PL/SQL Developer specifically NOT support double-quoted identifiers or is this a bug? This is a fairly large problem for me.
Thanks,
Michael O'Neill
Clever Idea Consulting