Icon View Incident Report

Minor Minor
Reported By: Fernando Dias
Reported On: 6/20/2008
For: Version 2.00 Build 2
# 2674 Multiple Values Are Allowed for Scalar Sub-Queries

I forgot to write the where clause for the sub-query in a select statement like the following and it executed with no errors (well, the results were not the expected <g> ), taking the first row in the result set of the sub-query as the result value. So, it seems the sub-query is allowed to return multiple values.

SELECT Col1, (Select Title from Table2) as Col2 FROM Table1



Resolution Resolution
Fixed Problem on 6/24/2008 in version 2.01 build 1


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image