Hi, guys,
Strange thing with PL/SQL 8 - Code Assistant does not seem to auto complete column values for one given database. When writing a simple select statement the Assistant would show the available tables for the user selected. But when I put an alias on the table and try to give some 'where' clause, Code Assistant would not popup. Manually calling it would also not help - no popup with suggestions is shown.
For example
select * from misc.[1]customer c where c.[2]id > 100000;
Code assistant shows just fine at position [1], but would not work at position [2].
For all other databases it runs fine. Also, for the database with the auto complete problem, PL/SQL 7 auto completes like a charm. It is worth noting that under 'Users' I have selected MISC and for filter I have shown all objects.
Strange thing with PL/SQL 8 - Code Assistant does not seem to auto complete column values for one given database. When writing a simple select statement the Assistant would show the available tables for the user selected. But when I put an alias on the table and try to give some 'where' clause, Code Assistant would not popup. Manually calling it would also not help - no popup with suggestions is shown.
For example
select * from misc.[1]customer c where c.[2]id > 100000;
Code assistant shows just fine at position [1], but would not work at position [2].
For all other databases it runs fine. Also, for the database with the auto complete problem, PL/SQL 7 auto completes like a charm. It is worth noting that under 'Users' I have selected MISC and for filter I have shown all objects.