Nicolas D.
Member²
There is a general issue when it come to object that were created with " " that get them Case sensitive.
Even the code assistant do not handle it right -- if you start typing the name it will suggest the table name, but the suggestion is added lowercase entirely (except first character, even if you enter some of the upper case characters that are after) and without the double quote necessary to use it.
Also, code assistant won't work if you put the double quote at start. You must remove it so it suggest the object name.
Some work need to be done to improve handling case sensitive objects.
Even the code assistant do not handle it right -- if you start typing the name it will suggest the table name, but the suggestion is added lowercase entirely (except first character, even if you enter some of the upper case characters that are after) and without the double quote necessary to use it.
Also, code assistant won't work if you put the double quote at start. You must remove it so it suggest the object name.
Some work need to be done to improve handling case sensitive objects.