DEFECT REPORT: Sql Prompt Alias for OPENQUERY in wrong place
njahncke
Posts: 23
The text entered when hitting tab upon typing 'OPENQ' (to expand the OPENQUERY suggestion) yields the following:
The cursor follows the O alias. It should do the following:
The cursor should be between the parenthesis.
SELECT * FROM OPENQUERY AS O
The cursor follows the O alias. It should do the following:
SELECT * FROM OPENQUERY() AS O
The cursor should be between the parenthesis.
Comments
From the SQL Prompt 5 menu, select 'Options...', then select 'Inserted code -> Special characters' in the tree, and enable the "Add parentheses () when inserting a function or data type" option.
Redgate Software