× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
Diksha.kushwah(*) reported 2015-08-18T10:22:46Z  · last modified 2017-06-19T11:58:34Z

Index script does not save in file with .sql extension like other objects.


Priority Low
Complexity Unknown
Component App - Visual Editing
Version 19.0
Version: 17.0.0-alpha-20
Build #: 45285
Build Date: 2015-Aug-17 06:48:11 PM
 
Operating Environment: Windows 7 (6.1, amd64) / Cp1252 / en / US / Oracle Corporation 1.8.0_40-b26
Memory: Max=704,643,072;  Total=239,599,616;  Free=90,794,240;  CPUs=8
 
Steps to reproduce:
 
Connect to any database,In my case SAP HANA is connected
 
Create following table and index:
 
CREATE COLUMN TABLE "Diksha"."t"  ( 
"a" INTEGER,
"b" INTEGER 
)
GO
 
CREATE CPBTREE INDEX "Diksha"."idx1"
ON "Diksha"."t"("a","b" DESC);
 
 
CREATE BTREE INDEX "Diksha"."idx2"
ON "Diksha"."t"("b");
 
Go to "idx1" in tree node and right click 
Select Script Object to File As-> Create
Save the script with autogenerated name in specific location
 
Actual Result: file does not save with .sql extension.
 
Expected Result: file should save with .sql extension because other object save with .sql extension.
 
Observation: it is observe only for indexes and constraints.
Please see attached file.
1 attachment

Issue #13675

Verified
Incomplete
Resolved 2017-06-17T02:30:51Z
 
 
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