Issue | Description |
---|---|
SCAN-20256 | When you run metadata extraction jobs on objects that include aggregate functions, the jobs fail with the following error: Failed to parse statement. Unable to parse script. |
SCAN-20342 | If a stored procedure contains a statement such as select (a, b) from c , the statement returns only one value instead of two. Since the value needs to be assigned to two variables, metadata extraction jobs fail with the following error: com.compactsolutionsllc.cdimc.common.visitor.tracking.TrackedException: Excessive SELECT INTO target at index 1. Number of available sources: 1 |