Code completion does not work with mixed case object names

Claus Pedersen

Member³
I have a table mytable with a mixed case column name "myColumn".
When I use code completion, PLD gives mytable.mycolumn as name and I get an error ORA-00904: invalid identifier when I select from the table. Code completion should return the correct column name mytable."myColumn"

No big deal for me personally, as I only accidentally renamed a column into mixed case and got this error, but since Oracle supports object names with lower case letters and other symbols, PLD should also suppport this.
 
Back
Top