× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
tariqrahiman reported 2014-04-06T23:25:59Z  · last modified 2014-04-21T20:08:14Z

Foreign Key Match Type comes with keyword UNSPECIFIED which gives error in Netezza


Priority Low
Complexity Unknown
Component App - Visual Editing
Version 14.0
Version: 14.0.10-11
Build #: 37098
Build Date: 2014-Apr-04 05:44:58 PM
 
Foreign Key Match Type comes with keyword UNSPECIFIED which gives error in Netezza
 
Create a Foreign Key and then script to window, you can see that instead of the Match types Full or Partial, the keyword UNSPECIFIED is scripted. If i try to recreate the foreign key I get SQL error
 
 ^ found "UNSPECIFIED" (at char 149) expecting `FULL' or `PARTIAL'
 
1. To reproduce, go to TARIQ database and script the foreign key under RS schema for table RS.ACTIVITIES
2. If you drop the foreign key and try to script it using ADS you get an error
 
ALTER TABLE "RS"."ACTIVITIES"
DROP CONSTRAINT "FK_PK" CASCADE
GO
ALTER TABLE "RS"."ACTIVITIES"
ADD CONSTRAINT FK_PK FOREIGN KEY("ACTIVITY_ID")
REFERENCES "TARIQ"."RS"."activities"("activity_id")
MATCH UNSPECIFIED
ON UPDATE NO ACTION
ON DELETE NO ACTION
DEFERRABLE
INITIALLY IMMEDIATE
GO

 

3 attachments

Issue #11885

Closed
Fixed
Resolved 2014-04-18T17:43:02Z
 
 
Completion
No due date
Fixed Build v14.0.10-12
No time estimate

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