modifications to the catalog tables needed handling
In Aqua Data Studio 14.0.11,
I dropped foreign key
GO
I got same error.
In Aqua Data Studio 14.0.11,
I dropped foreign key
GO
I got same error.
This was fixed 11 days ago and checked in as revision #37116 into source control. I am unable to reproduce this from 14.0.11 or from source code. The old code would script as per what the database told us the value was and it started returning UNSPECIFIED. The new code no longer scripts uncontrolled strings. It can only script FULL || PARTIAL. I am not sure how you are getting this error in 14.0.11.
Could you please make sure you have the correct version?
This was fixed 11 days ago and checked in as revision #37116 into source control. I am unable to reproduce this from 14.0.11 or from source code. The old code would script as per what the database told us the value was and it started returning UNSPECIFIED. The new code no longer scripts uncontrolled strings. It can only script FULL || PARTIAL. I am not sure how you are getting this error in 14.0.11.
Could you please make sure you have the correct version?
@narendra: The visual editor now restricts any items other than FULL and PARTIAL. See attached screenshot.
Can you attach a screenshot of how you are getting UNSPECIFIED ? Also let us know what version of Netezza.
@narendra: The visual editor now restricts any items other than FULL and PARTIAL. See attached screenshot.
Can you attach a screenshot of how you are getting UNSPECIFIED ? Also let us know what version of Netezza.
After reading Ivan's comment,I understood this bug more clearly.
See attached screenshot(Match.jpg)
When we keep "Match" option blank,SQL do not include Match keyword in SQL Query.
I am verifying this on Netezza 7.0.3
After reading Ivan's comment,I understood this bug more clearly.
See attached screenshot(Match.jpg)
When we keep "Match" option blank,SQL do not include Match keyword in SQL Query.
I am verifying this on Netezza 7.0.3
Issue #11885 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build v14.0.10-12 |
No time estimate |
modifications to the catalog tables needed handling