× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
nileshhmali reported 2016-01-13T08:58:34Z  · tariqrahiman last modified 2016-01-18T21:09:22Z

SAP HANA-1.0 : View comment script is not displayed in ER-Modeler->view properties->SQL preview tab.


Priority Low
Complexity Unknown
Component DB - Sap Hana
Version 17.0
Product: Aqua Data Studio
Version: 17.0.0-ga-25
Build #: 48191
Build Date: 2016-Jan-12 05:21:17 PM
 
Operating Environment: Linux (3.19.0-15-generic, amd64) / UTF-8 / en / US / Oracle Corporation 1.8.0_40-b26
Memory: Max=704,643,072;  Total=442,499,072;  Free=289,664,224;  CPUs=8
 
1.Connect to SAP Hana-1.0 database.
2.Expand Schema object folder.
3.Open Query Analyzer & execute following query
 
CREATE TABLE "Test_schema"."Test_emp"  ( 
"id"     BIGINT,
"fname"  VARCHAR(25),
"salary" BIGINT 
)
GO
COMMENT ON TABLE "Test_schema"."Test_emp" IS 'Comment on table'
GO
//Create view script:
 
CREATE VIEW "Test_schema"."test_emp_view"
AS 
SELECT "id","fname" FROM "Test_schema"."Test_emp"
GO
COMMENT ON VIEW "Test_schema"."test_emp_view" IS 'Comment on view'
 
4.Right click on created view & select "Tools" then "ER Diagram Generator"
5.In ER Diagram Generator window,select "Views" object under "Object Types" pane.
6.Then select above created view under "Objects" pane & deselect others.
7.Check include comment option
8.Click on Next.
9.View is displayed in Entity Relationship Diagram.
10.Right click on view & select "Properties".
11.Go to "SQL Preview" tab.
 
Actual Result:
View comment script is not displayed in view properties->SQL preview tab.
 
Expected Result:
View comment script should display in view properties->SQL preview tab.
 
 
Observation:
1)We have executed above scenario in Google bigquery.
   We can see that,View comment script is displayed in view properties->SQL preview tab.
 
2)Broken build info:
  ADS-17.0.0-dev-91
 
2 attachments

Issue #14179

Closed
Fixed
Resolved 2016-01-15T15:44:41Z
 
 
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