Version: 13.0-dev-19
Build #: 30206
Build Date: 2012-Nov-16 02:00:40 PM
Query Window autocompletion does not pop up
To reproduce
1. Connect to Postgres Server 8.2
2. Connect to the ivan database
3. Enter the below query and hit autocomplete at the end of the query and you can see that it pops up correctly.
4. Now un comment the line with / * 2 */ and go towards the end of l1 and try to auto complete the columns and it wouldn't
SELECT
/* 1 */ term
// /* 2 */ ,substring(l1.title from 1 to 32) title,
FROM
summarydata_load1 l1
join ocio_location_xref lx on l1.location =lx.location
left join ocio_class_xref cx on l1.type = cx.ocio_summary_type
left join itowners io on l1.itowner = io.itowner
where
l1.test_load_record = true
and l1.
See attached pic
|
96 KB
|
41 KB
|
65 KB
We can use this simplified SQL to reproduce the problem:
Verified in 13.0-alpha-16. autocompletion pops up correctly with the substring (from 1 to 32) clause. See attached pic
Verified in 13.0-alpha-16. autocompletion pops up correctly with the substring (from 1 to 32) clause. See attached pic
Issue #7959 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 13.0-alpha-16 |
No time estimate |
We can use this simplified SQL to reproduce the problem: