× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
nisha.gaikwad(*) reported 2015-04-28T12:00:38Z  · tariqrahiman last modified 2016-04-01T18:20:30Z

Amazon RedShift 1.0 : Cannot display Primary key,Unique Key and Foreign Key in Table Properties window


customer request
Priority Major
Complexity Unknown
Component DB - RedShift
Version 17.0
Product: Aqua Data Studio
Version: 17.0.0-dev-18
Build #: 43680
Build Date: 2015-Apr-22 06:02:48 PM
 
Operating Environment: Windows 7 (6.1, amd64) / Cp1252 / en / IN / Oracle Corporation 1.8.0_40-b26
Memory: Max=704,643,072;  Total=315,097,088;  Free=114,294,104;  CPUs=8
 
 
Amazon RedShift 1.0 :  In "Constraint" tab of table properties window Primary key,Unique Key and Foreign Key are not displayed.
 
Steps -
1.Connect to Amazon RedShift database
2.Run the following script on Query Analyzer
 
CREATE TABLE products (
    product_no integer PRIMARY KEY,
    name text,
    price numeric
)
GO
CREATE TABLE orders (
    order_id integer PRIMARY KEY,
    product_no integer REFERENCES products (product_no),
    quantity integer
)
GO
ALTER TABLE public.orders
ADD CONSTRAINT orders_ukey
UNIQUE (quantity)
GO
 
3.Expand table tree node right click on "orders" table and select option "Table Properties".
4.In "Properties:Table:orders" window switch to "CONSTRAINT" tab.
 
 
Actual Result - In "CONSTRAINT" tab of table properties window Primary key,Unique Key and Foreign Key constraints are not displayed.
 
Observation - 
 
1.Broken build Aqua Data Studio 17.0.0-dev-14
2.This issue is not reproducible in Aqua Data Studio 16.0.4-6
3.Constraints are not displayed in ER-Modeler,Schema Script Generator and Script Object to Window As CREATE/CREATE(Full).
1 attachment

Issue #13278

Closed
Fixed
Resolved 2016-03-31T16:33:07Z
 
 
Completion
No due date
Fixed Build v17.0.3-19, v18.0.0-devi-98
No time estimate

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