|
56 KB
Amazon RedShift 1.0 : View not displayed in "Dependencies" tab of table properties window
Scenario 2 -
Does both the scenarios occur in v16 ? Is this a new breakage in v17 only?
Does both the scenarios occur in v16 ? Is this a new breakage in v17 only?
Broken build is Aqua Data Studio 17.0.0-dev-14 and issue is not reproducible in v16.
Broken build is Aqua Data Studio 17.0.0-dev-14 and issue is not reproducible in v16.
Issue is with redshift jdbc driver. Some catalog tables are now returning array types that throw exceptions when attempting to access them via recordset.getString() method. Will now need to use .getObject() method and then .toString() method. I will run tests on object extractions and try and find all the locations where catalog tables are returning array types in our extractions and convert these locations. Once code is checked in we should do a full extraction test and if any exceptions are found please reopen issue with the object type causing the exception...
Issue is with redshift jdbc driver. Some catalog tables are now returning array types that throw exceptions when attempting to access them via recordset.getString() method. Will now need to use .getObject() method and then .toString() method. I will run tests on object extractions and try and find all the locations where catalog tables are returning array types in our extractions and convert these locations. Once code is checked in we should do a full extraction test and if any exceptions are found please reopen issue with the object type causing the exception...
issue solved for this object type extraction. also fixed dependency extraction query issue. If we find any issues like this on any other objects please reopen and specify which objects.
issue solved for this object type extraction. also fixed dependency extraction query issue. If we find any issues like this on any other objects please reopen and specify which objects.
Verified in Aqua Data Studio 17.0.0-dev-93
Verified in Aqua Data Studio 17.0.0-dev-93
constraints node not displaying its columns in tree node
constraints node not displaying its columns in tree node
pg_constraint columns conkey and confkey are both returning array types and needed to be fixed. Fix put into constraint column tree node and extract constraint for RedShift data.
pg_constraint columns conkey and confkey are both returning array types and needed to be fixed. Fix put into constraint column tree node and extract constraint for RedShift data.
Issue #13278 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build v17.0.3-19, v18.0.0-devi-98 |
No time estimate |
Amazon RedShift 1.0 : View not displayed in "Dependencies" tab of table properties window
Scenario 2 -