× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
ajinkya(*) reported 2017-01-05T04:38:53Z  · tariqrahiman last modified 2017-08-07T17:05:37Z

Scripts generated in incorrect order of Dependency


Dev
Fun Fun
funfun
QA
Sachin Prakash
SachinPrakash
Priority Minor
Complexity Unknown
Component DB - Sybase ASE
Version 19.0

Sybase ASE case:
ADS schema script Generator does not generate the script in the order of dependencies in case of view depends on MAT view.
Please refer the below scripts:

SET ANSINULL ON
GO
SET ARITHABORT ON
GO
SET ARITHIGNORE OFF
GO
SET STRING_RTRUNCATION ON
GO
CREATE TABLE dbo.table_1 (
clm_1 int NOT NULL 
)
GO
CREATE MATERIALIZED VIEW dbo.mat_view_1
MANUAL refresh
as
select *
from table_1
GO
CREATE VIEW dbo.view_1
AS
SELECT *
FROM
dbo.mat_view_1
GO

Please refer the attachment  'error_case'.

10 attachments

Issue #14901

Closed
Fixed
Resolved 2017-08-05T03:24:29Z
 
 
Completion
No due date
Fixed Build ADS 19.0.0-beta-34
No time estimate

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