Greetings, I'm using PL/SQL Developer 7.1.4.1390.
I noticed that placing this:
ALTER SESSION SET current_schema = SCHEMA;
into my AfterConnect.sql does not work as expected.
Meaning, I can perform selects, etc. without issue, but the Code Assistant still refuses to perform auto-completion unless I specify the schema name first.
I had found a few posts stating that this would be in the final release of 7.1.0, but perhaps there was a miscommunication.
I noticed that placing this:
ALTER SESSION SET current_schema = SCHEMA;
into my AfterConnect.sql does not work as expected.
Meaning, I can perform selects, etc. without issue, but the Code Assistant still refuses to perform auto-completion unless I specify the schema name first.
I had found a few posts stating that this would be in the final release of 7.1.0, but perhaps there was a miscommunication.