× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
nileshhmali reported 2017-01-20T09:14:41Z  · tomconrad last modified 2018-03-15T16:55:28Z

Autocompletion Behavior in Procedure editor.


PM
Dev
Jenny Nishimura
JennyNishimura
QA
Tariq Rahiman
tariqrahiman
Priority Low
Complexity Unknown
Component Q Analyzer - Auto-Completion
Version Future
Product: Aqua Data Studio
Version: 18.0.0-preview-18
Build #: 52754
Build Date: 2017-Jan-19 05:35:54 PM
 
Operating Environment: Linux (3.19.0-15-generic, amd64) / UTF-8 / en / US / Oracle Corporation 1.8.0_102-b14
Memory: Max=704,643,072;  Total=453,509,120;  Free=322,719,048;  CPUs=8
 
 
Connect any database(e.g SQL server)
 
Step-01:
Go to File->Options->Scripts->Select "MS SQL server"
Quote identifier for "Table completion": "object name"
Quote identifier for "Column completion": "object name"
Click on OK Button.
 
 
Create stored procedure using below script
 
CREATE TABLE "dbo"."databases"  ( 
"c1" varchar(25) NULL 
)
ON "PRIMARY"
WITH (
DATA_COMPRESSION = NONE
)
GO
 
CREATE PROCEDURE "dbo"."sp_TopNRecords"
@@p_limit int = 10
WITH EXEC AS CALLER
AS
Select * from "databases"
GO
 
 
Step-02:
Go to stored procedure tree node
Right click on "sp_TopNRecords" and select "Edit in procedure Editor" option
procedure Editor opens
 
 

Case-01: Fail

Enter SELECT * FROM in Editor.
Press "Space" button after FROM
Table completion box opens
select table from the list.
 
Actual result:
You can see that Table name appear without the Quote Identifier.
 
Expected Result:
Table name should appear with Quote identifier in procedure Editor.
 
Case-02: Fail
Enter SELECT * FROM table_name WHERE in Editor.
Press "Space" button after WHERE.
 
Actual result:
You can see that Table completion box is appeared after WHERE.
 
Expected Result:
Column completion box should appear after WHERE in procedure Editor.
 
Observation:
I have executed above cases in QA.
=>Case-01: Table name appear with the Quote Identifier.
=>Case-02: Column completion box is appeared after WHERE 
 
1 attachment

Issue #14941

New
 
 
Completion
No due date
No fixed build
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017