× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
tariqrahiman reported 2014-07-02T23:23:48Z  · last modified 2014-07-04T21:34:08Z

ParAccel : Does not display Dependency objects correctly


customer request
Priority Major
Complexity Unknown
Component App - Visual Editing
Version 14.0
Version: 14.0.17-4
Build #: 38971
Build Date: 2014-Jul-02 03:27:02 PM
 
ParAccel : Does not display Dependency objects correctly
 
To reproduce in ParAccel:
 
1. Create table 
 
CREATE TABLE public.parent  ( 
a varchar(25) NOT NULL,
b varchar(25) NOT NULL,
PRIMARY KEY(a)
)
DISTSTYLE EVEN
GO
 
2. Create View
 
CREATE VIEW public.depend_on_parent_table
AS
SELECT * FROM parent;
GO
 
3. Now create another view which depends on the view you created in step 2
 
CREATE VIEW public.depend_on_view
AS
SELECT * FROM depend_on_parent_table;
GO
 
Now take View properties of depend_on_parent_table and you can see there is no name for the Objects on which depend_on_parent_table depends on.
I would imagine the view you created in Step 3 to be there.
 
See attached screenshot
 
4. Also to confirm, if you go to the original table parent dependencies, you can only see 1 view
 
5. Also for PostgreSQL
 
1 attachment

Issue #12380

Closed
Fixed
Resolved 2014-07-03T18:24:58Z
 
 
Completion
No due date
Fixed Build 14.0.17-6
No time estimate

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